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