From 789eacc54e68b0a3a96bd674b4d26498e1187430 Mon Sep 17 00:00:00 2001 From: Devang Srivastava Date: Sat, 3 Feb 2018 22:32:25 +0530 Subject: [PATCH] Updated examples with new function names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();