mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 10:37:19 -07:00
Update README.md
This commit is contained in:
parent
1d85ccec9e
commit
3c5b9c790e
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue