diff --git a/README.md b/README.md index e4cf6f6..49fa7a3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ An API wrapper for DigitalOcean's Spaces object storage designed for easy use.   + + ### Connecting ```php require_once("spaces.php"); @@ -23,6 +25,9 @@ All available options: + + + ### Uploading/Downloading Files ```php $path_to_file = "folder/my-image.png"; @@ -47,6 +52,9 @@ All available options: + + + ### Creating Temporary Links ```php $file = "image.png"; @@ -63,6 +71,10 @@ All available options: + + + + ### Creating Spaces ```php $new_space = "my-new-space";