aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-05-16 13:07:49 +0000
committerGitHub <noreply@github.com>2018-05-16 13:07:49 +0000
commit93c81262423f46ee63494cf75552d94bdb379a24 (patch)
tree48d242a714de87f00686000a2319c97bb115ca1e
parentBetter README (diff)
downloadminiserve-93c81262423f46ee63494cf75552d94bdb379a24.tar.gz
miniserve-93c81262423f46ee63494cf75552d94bdb379a24.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 4225c14..35d2500 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![dependency status](https://deps.rs/repo/github/svenstaro/miniserve/status.svg)](https://deps.rs/repo/github/svenstaro/miniserve)
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](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