Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 21:49:13 +05:30 committed by GitHub
commit 8627390a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
   
### Connecting: ### Connecting
```php ```php
require_once("spaces.php"); require_once("spaces.php");
@ -13,5 +13,5 @@ $secret = "EXAMPLE_SECRET";
$space = new SpacesConnect($key, $secret); $space = new SpacesConnect($key, $secret);
``` ```
All available configurations: <br> All available configurations:
SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN ); ###### SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );