Update README.md

This commit is contained in:
Devang Srivastava 2017-12-08 06:40:22 +05:30 committed by GitHub
commit 3c5b9c790e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,9 @@ $key = "EXAMPLE_KEY";
$secret = "EXAMPLE_SECRET";
$space_name = "my-space";
$region = "nyc3";
$space = new SpacesConnect($key, $secret, $space_name);
$space = new SpacesConnect($key, $secret, $space_name, $region);
```
All available options: