From 758112acbecdcbf5e38de0ecb9fe91f0740fa927 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 12 Jan 2018 09:18:39 -0800 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9985769..7d99fee 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A Tokio aware, HTTP/2.0 client & server implementation for Rust. [![Build Status](https://travis-ci.org/carllerche/h2.svg?branch=master)](https://travis-ci.org/carllerche/h2) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) - - +[![Crates.io](https://img.shields.io/crates/v/h2.svg?maxAge=2592000)](https://crates.io/crates/h2) +[![Documentation](https://docs.rs/h2/badge.svg)][dox] More information about this crate can be found in the [crate documentation][dox] -[dox]: https://carllerche.github.io/h2/h2 +[dox]: https://docs.rs/h2 ## Features