From 77301c09ad87b0ccf8bf43f52900d015b362a06e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Dec 2013 11:11:10 +0000 Subject: [PATCH] docs(help) authorization -> authentication --- HELP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HELP.md b/HELP.md index 873a31af..56fd5db2 100644 --- a/HELP.md +++ b/HELP.md @@ -160,9 +160,9 @@ All main configuration could be done via [config.json](json/config.json "Config" ```js { - "auth" : false, /* enable http authorization */ - "username" : "root", /* username for authorization */ - "password" : "toor", /* password hash in sha-1 for authorization */ + "auth" : false, /* enable http authentication */ + "username" : "root", /* username for authentication */ + "password" : "toor", /* password hash in sha-1 for authentication*/ "apiURL" :"/api/v1", "appCache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics suport */