From ba7b9bd500fb8f5b5173c5771ae4141300ec91d1 Mon Sep 17 00:00:00 2001 From: DevAlone Date: Sun, 28 Jan 2018 01:04:14 +0300 Subject: [PATCH] fix json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e33c104..daa901d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ It will return json response like this: { "status": "ok", "count": 1, - "has_more": True, + "has_more": true, "data": [{ "address": "http://127.0.0.1:8080", "auth_data": null,