From 4d9cc90fc70c6dc23c1786d0a0f5ba6ac7af3127 Mon Sep 17 00:00:00 2001 From: Devang Srivastava Date: Thu, 7 Dec 2017 22:50:38 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7232b09..d9b48f5 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ All available options: ### Uploading/Downloading Files ```php -$path_to_file = "folder/my-image.png"; -$optional_file_name = "image.png"; +$path_to_file = "folder/image.png"; -$space->uploadFile($path_to_file, $optional_file_name); +$space->uploadFile($path_to_file);