diff --git a/README.md b/README.md index af24d65..e4cf6f6 100644 --- a/README.md +++ b/README.md @@ -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";