Update README.md

This commit is contained in:
Devang Srivastava 2017-12-07 22:51:14 +05:30 committed by GitHub
parent 4d9cc90fc7
commit 09eb183b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ require_once("spaces.php");
$key = "EXAMPLE_KEY"; $key = "EXAMPLE_KEY";
$secret = "EXAMPLE_SECRET"; $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: All available options: