update readme to point usage example at crates.io (#218)
This commit is contained in:
committed by
Carl Lerche
parent
9f4d463dba
commit
ef6fef8714
@@ -7,7 +7,7 @@ A Tokio aware, HTTP/2.0 client & server implementation for Rust.
|
||||
[](https://crates.io/crates/h2)
|
||||
[][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:
|
||||
|
||||
Reference in New Issue
Block a user