mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-19 13:00:31 -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";
|
$secret = "EXAMPLE_SECRET";
|
||||||
|
|
||||||
$space_name = "my-space";
|
$space_name = "my-space";
|
||||||
|
$region = "nyc3";
|
||||||
|
|
||||||
$space = new SpacesConnect($key, $secret, $space_name);
|
$space = new SpacesConnect($key, $secret, $space_name, $region);
|
||||||
```
|
```
|
||||||
|
|
||||||
All available options:
|
All available options:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue