diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-16 13:07:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 13:07:49 +0000 |
commit | 93c81262423f46ee63494cf75552d94bdb379a24 (patch) | |
tree | 48d242a714de87f00686000a2319c97bb115ca1e | |
parent | Better README (diff) | |
download | miniserve-93c81262423f46ee63494cf75552d94bdb379a24.tar.gz miniserve-93c81262423f46ee63494cf75552d94bdb379a24.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ [](https://deps.rs/repo/github/svenstaro/miniserve) [](https://github.com/svenstaro/miniserve/blob/master/LICENSE) -**miniserve** is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s). +**miniserve** is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly. ## How to use |