diff --git a/README.md b/README.md index ebc16fe..cdd5142 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Context context = this; String appId = "1"; String appKey = "aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d"; String endpoint = "http://localhost:4665/"; -Client client = new Client(context, endpoint, appKey, appId); +Client client = new Client(context, appId, appKey, endpoint); ``` ### Create Collection Item