aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-12-25 14:46:59 +0000
committerGitHub <noreply@github.com>2018-12-25 14:46:59 +0000
commit9af433ac7bfb2d816c40cf5059020e8b7105b2bf (patch)
tree3cc8fc9de492db9c47a0b70ff4f2072dda52e19d
parentMerge pull request #20 from svenstaro/dependabot/cargo/actix-0.7.9 (diff)
downloadminiserve-9af433ac7bfb2d816c40cf5059020e8b7105b2bf.tar.gz
miniserve-9af433ac7bfb2d816c40cf5059020e8b7105b2bf.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7588d59..4590dc5 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# miniserve - a CLI tool to serve files and dirs over HTTP
-**For when you really just want to serve some files over HTTP right now!**
-
[![Build Status](https://travis-ci.org/svenstaro/miniserve.svg?branch=master)](https://travis-ci.org/svenstaro/miniserve)
[![AUR](https://img.shields.io/aur/version/miniserve.svg)](https://aur.archlinux.org/packages/miniserve/)
[![Crates.io](https://img.shields.io/crates/v/miniserve.svg)](https://crates.io/crates/miniserve)
[![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)
+**For when you really just want to serve some files over HTTP right now!**
+
**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.