diff --git a/README.md b/README.md index 3c4a6fe..280e457 100644 --- a/README.md +++ b/README.md @@ -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";