From 7414b84ea525fd80ba3f3dead5ada7a6f5a34543 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 8 Nov 2013 16:17:51 +0200 Subject: [PATCH] docs(help) add " " --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 6e009b41..cc4978b3 100644 --- a/HELP.md +++ b/HELP.md @@ -149,7 +149,7 @@ All main configuration could be done via [config.json](json/config.json "Config" "appcache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics suport */ "localStorage" : true, /* cache directory data */ - "minify" : true /* minification of js,css,html and img */ + "minify" : true /* minification of js,css,html and img */ "online" : true, /* load js files from cdn or local path */ "cache" : true, /* add cache-control */ "logs" : false, /* logs or console ouput */