Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 22:33:33 +05:30 committed by GitHub
parent 7e442bf1e7
commit 3a7a77693a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
# Spaces-API
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
 
### Connecting
```php
require_once("spaces.php");
@ -20,7 +18,7 @@ All available options:
 
### Uploading/Downloading Files
@ -44,7 +42,7 @@ All available options:
 
### Creating Temporary Links
@ -58,7 +56,8 @@ All available options:
###### CreateTemporaryURL( REQUIRED FILE NAME, OPTIONAL TIME LINK IS VALID FOR);
 
 
### Other File APIs
```php
@ -95,7 +94,9 @@ $space->PutObjectACL($file_name, $acl_info_array);
 
 
 
### Creating Spaces
@ -108,6 +109,7 @@ All available options:
###### createSpace( REQUIRED SPACE NAME, OPTIONAL REGION FOR SPACE);
 
### Switching Spaces
```php
@ -119,7 +121,8 @@ All available options:
###### setSpace( REQUIRED SPACE NAME, OPTIONAL REGION FOR SPACE, OPTIONAL HOST);
 
 
### Other Spaces APIs
```php