From 9af433ac7bfb2d816c40cf5059020e8b7105b2bf Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 25 Dec 2018 15:46:59 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3