Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 22:50:38 +05:30 committed by GitHub
parent b9c8e583fb
commit 4d9cc90fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,9 @@ All available options:
### Uploading/Downloading Files ### Uploading/Downloading Files
```php ```php
$path_to_file = "folder/my-image.png"; $path_to_file = "folder/image.png";
$optional_file_name = "image.png";
$space->uploadFile($path_to_file, $optional_file_name); $space->uploadFile($path_to_file);