mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-14 00:53:09 -07:00
Update README.md
This commit is contained in:
parent
4d9cc90fc7
commit
09eb183b21
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ require_once("spaces.php");
|
|||
$key = "EXAMPLE_KEY";
|
||||
$secret = "EXAMPLE_SECRET";
|
||||
|
||||
$space_name_optional = "my-space";
|
||||
$space_name = "my-space";
|
||||
|
||||
$space = new SpacesConnect($key, $secret, $space_name_optional);
|
||||
$space = new SpacesConnect($key, $secret, $space_name);
|
||||
```
|
||||
|
||||
All available options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue