From cc5d07595b51b4aa8cfc584ef513c566d7dc8ed5 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 21 Mar 2018 10:38:21 +0000 Subject: [PATCH] Cleanup readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bafaf33..9186e73 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ The only static-file server you'll ever need! ### Features: -- Logging - [`winston`](https://www.npmjs.com/package/winston) - Basic-Auth - [`basic-auth`](https://www.npmjs.com/package/basic-auth) - Custom 404 page - Optimum Compression - [`compression`](https://www.npmjs.com/package/compression) @@ -25,7 +24,6 @@ The only static-file server you'll ever need! -b --basic-auth= Enable basic-auth. -i --ips= Allowed IP addresses. -l --list-dir List Directory. - --opbeat Enable Opbeat. -o --open Open in browser after start. ``` `dir` is where your static files are.