From 04e23a23fafa321bc58314228e15fe4b0603f310 Mon Sep 17 00:00:00 2001 From: Eamonn Date: Tue, 27 Feb 2018 09:44:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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