From 6834a9cd0339c182e68ca868db46cdb6d847319d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Apr 2014 03:43:45 -0400 Subject: [PATCH] docs(help) add " " --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 0ec43d1d..64e5cf1f 100644 --- a/HELP.md +++ b/HELP.md @@ -170,7 +170,7 @@ All main configuration could be done via `json/config.json`. "auth" : false, /* enable http authentication */ "username" : "root", /* username for authentication */ "password" : "toor", /* password hash in sha-1 for authentication*/ - "apiURL" :"/api/v1", + "apiURL" : "/api/v1", "appCache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics support */ "diff" : true, /* when save - send patch, not whole file */