From 21351f58534af835d287db9feee829df3bf48feb Mon Sep 17 00:00:00 2001 From: malmans2 Date: Fri, 7 Mar 2025 08:17:13 +0100 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 352d5f3..ca3d22a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Remote(...) >>> results = client.submit_and_wait_on_results(collection_id, request) # blocks >>> results Results(...) ->>> remote.download("target_3.grib") +>>> results.download("target_3.grib") 'target_3.grib' >>> client.download_results(remote.request_id, "target_4.grib") # blocks