From e0da836965961d430b208447e05208bc4645a740 Mon Sep 17 00:00:00 2001 From: Devang Srivastava Date: Thu, 7 Dec 2017 22:09:17 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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";