Merge pull request #46 from tarzak/patch-2

docs(help) add ","
This commit is contained in:
coderaiser 2015-08-11 16:52:05 +03:00
commit bba819970a

View file

@ -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 */
}