~h3rald/nimhttpd

19697d577d58333ec3ccdcf5ca2eee5299fe8197 — Fabio Cevasco 2 years ago 89f63f2 + ca61cbe
Merge pull request #11 from unquietwiki/master

README update
1 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +2 -1
@@ 9,7 9,7 @@ _NimHTTPd_ is a minimal web server that can be used to serve static files.

## Usage

**nimhttpd** **[** **-p:**_port_ **-t:**_title_ **-a:**_address_ **]** **[** _directory_ **]**
**nimhttpd** **[** **-6** **-p:**_port_ **-t:**_title_ **-a:**_address_ **]** **[** _directory_ **]**

Where:



@@ 18,3 18,4 @@ Where:
  unavailable, the number will be incremented until an available port is found.
- _address_ is the address to bind to (default: 0.0.0.0).
- _title_ is the title to use when listing the contents of a directory.
- _-6_ enables IPv6 support