From 6d765e380937efe5fe77d1f306bf8e3bef4d0739 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 11 Nov 2013 13:11:23 +0000 Subject: [PATCH] feature(config) api_url -> apiURL --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index a0074a69..b5c8de8a 100644 --- a/HELP.md +++ b/HELP.md @@ -145,7 +145,7 @@ All main configuration could be done via [config.json](json/config.json "Config" ```js { - "api_url" :"/api/v1", + "apiURL" :"/api/v1", "appCache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics suport */ "localStorage" : true, /* cache directory data */