diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-16 13:08:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 13:08:38 +0000 |
commit | 868d9c3c15d0835a1e2ac2075596a7fdcf805d02 (patch) | |
tree | ece120ab33be342d234acbc5cb03078524e4c092 /README.md | |
parent | Update README.md (diff) | |
download | miniserve-868d9c3c15d0835a1e2ac2075596a7fdcf805d02.tar.gz miniserve-868d9c3c15d0835a1e2ac2075596a7fdcf805d02.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |