Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 22:02:41 +05:30 committed by GitHub
parent e68f5c231b
commit 0b63f71222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,6 @@ All available options:
### Uploading/Downloading Files
### Uploading/Downloading Files
```php
$path_to_file = "folder/my-image.png";
@ -33,6 +31,7 @@ All available options:
###### uploadFile( REQUIRED PATH TO FILE, OPTIONAL NAME TO SAVE FILE AS);
### Creating Temporary Links
```php
$file = "image.png";
@ -44,6 +43,7 @@ All available options:
###### CreateTemporaryURL( REQUIRED FILE NAME, OPTIONAL TIME LINK IS VALID FOR);
### Creating Spaces
```php
$new_space = "my-new-space";