From ef6fef871421726d70956870a059a6f585881049 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 12 Jan 2018 11:54:22 -0800 Subject: [PATCH] update readme to point usage example at crates.io (#218) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d99fee..d3b5a76 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Tokio aware, HTTP/2.0 client & server implementation for Rust. [![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] +More information about this crate can be found in the [crate documentation][dox]. [dox]: https://docs.rs/h2 @@ -38,7 +38,7 @@ To use `h2`, first add this to your `Cargo.toml`: ```toml [dependencies] -h2 = { git = 'https://github.com/carllerche/h2' } # soon to be on crates.io! +h2 = "0.1" ``` Next, add this to your crate: