From 7639877b9e9c9536864ad89bdb95466684b2ed0e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 30 Sep 2017 09:16:59 -0700 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba34cdab9..f8b66fde7 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# actix-http \ No newline at end of file +# Actix Http [![Build Status](https://travis-ci.org/fafhrd91/actix-http.svg?branch=master)](https://travis-ci.org/fafhrd91/actix-http) + +Actix http is a http framework for Actix framework. + +* [API Documentation](http://fafhrd91.github.io/actix-http/actix-http/) +* Cargo package: [actix](https://crates.io/crates/actix-http) + +--- + +Actix Http is licensed under the [Apache-2.0 license](http://opensource.org/licenses/APACHE-2.0). + + +## Usage + +To use `actix-http`, add this to your `Cargo.toml`: + +```toml +[dependencies] +actix-http = { git = "https://github.com/fafhrd91/actix-http.git" } +``` +