From beccf5ddf3e168dc4e8dbb383b893b603665212a Mon Sep 17 00:00:00 2001 From: Mirko Kunze Date: Sun, 23 Oct 2022 23:20:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e22283..e6aba5d 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ client.download_sync(remote_path="dir1/dir2/", local_path="~/Downloads/dir2/") ``` ```python -# Unload resource +# Upload resource client.upload_sync(remote_path="dir1/file1", local_path="~/Documents/file1") client.upload_sync(remote_path="dir1/dir2/", local_path="~/Documents/dir2/") @@ -231,7 +231,7 @@ client.download_async(**kwargs) ``` ```python -# Unload resource +# Upload resource kwargs = { 'remote_path': "dir1/file1",