diff --git a/README.md b/README.md index aef5b67..b6f20fa 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ $space->PutSpaceACL($new_acl); ```php try { - $space->createSpace("dev"); + $space->CreateSpace("dev"); } catch (\SpacesAPIException $e) { $error = $e->GetError();