From 71eb4388d1c45849ef9d3cd13d84842ca4153531 Mon Sep 17 00:00:00 2001 From: tarzak Date: Tue, 11 Aug 2015 16:50:06 +0300 Subject: [PATCH] docs(help) add "," --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 487dc572..149ce019 100644 --- a/HELP.md +++ b/HELP.md @@ -215,7 +215,7 @@ Here is description of options: "showKeysPanel" : true, /* show classic panel with buttons of keys */ "port" : 8000, /* http port */ "ip" : null, /* ip or null(default) */ - "root" : "/" /* root directory */ + "root" : "/", /* root directory */ "prefix" : "", /* url prefix */ "progress" : true /* show progress of file operations */ }