From b75b14a21036c92392c428a5da984543321f92b0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 9 May 2024 11:00:55 +0300 Subject: [PATCH] add missed space --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e3a15..e90a952 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ Children nodes dependent of parent arguments defined and would be skipped in oth Following list explains `key` dependencies and it `value` options (started with `=`) * `type` - required, server protocol, also auto-defines default `port`, supported options: - * =`nex` - [NEX Protocol](https://nightfall.city/nex/info/specification.txt) + * = `nex` - [NEX Protocol](https://nightfall.city/nex/info/specification.txt) * `mode` - optional, server implementation variant, `fs` (filesystem) by default - * =`fs` - static files hosting for the `root` location + * = `fs` - static files hosting for the `root` location * `root` - **absolute path** to the public directory, where browser navigation starting from * `file` - **file name** that server try to open on directory path requested, disabled by default * `list` - show listing in directory requested (on index `file` not found), enabled by default