aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-05-16 13:08:38 +0000
committerGitHub <noreply@github.com>2018-05-16 13:08:38 +0000
commit868d9c3c15d0835a1e2ac2075596a7fdcf805d02 (patch)
treeece120ab33be342d234acbc5cb03078524e4c092
parentUpdate README.md (diff)
downloadminiserve-868d9c3c15d0835a1e2ac2075596a7fdcf805d02.tar.gz
miniserve-868d9c3c15d0835a1e2ac2075596a7fdcf805d02.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a346f6..e03f234 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Sometimes this is just a more practical and quick way than doing things properly
cargo install miniserve
miniserve
-## Why to use this over alternatives?
+## Why use this over alternatives?
- darkhttpd: Not easily available on Windows and it's not as easy as download and go.
- Python built-in webserver: Need to have Python installed, it's low performance, and also doesn't do correct MIME type handling in some cases.