From 1266e99d7791b77bc9accd5ef9b88ad049797d98 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 Apr 2015 18:58:38 +0300 Subject: [PATCH] docs(help) config localStorage --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index e1c3a5a9..729e78e0 100644 --- a/HELP.md +++ b/HELP.md @@ -200,7 +200,7 @@ Here is description of options: "diff" : true, /* when save - send patch, not whole file */ "zip" : true, /* zip text before send / unzip before save */ "notifications" : false, /* show notifications when tab is not active*/ - "localStorage" : true, /* cache directory data */ + "localStorage" : true, /* local storage */ "buffer" : true, /* buffer for copying files */ "dirStorage" : true, /* store directory listing to localStorage */ "minify" : true, /* minification of js,css,html and img */