Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 22:08:57 +05:30 committed by GitHub
parent 0873650441
commit 7cce0893db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,9 @@ All available options:
### Uploading/Downloading Files
```php
$path_to_file = "folder/my-image.png";
@ -39,6 +42,11 @@ All available options:
###### downloadFile( REQUIRED FILE TO DOWNLOAD, REQUIRED LOCATION TO SAVE FILE);
### Creating Temporary Links
```php
$file = "image.png";
@ -51,6 +59,10 @@ All available options:
### Creating Spaces
```php
$new_space = "my-new-space";