diff --git a/src/lib.rs b/src/lib.rs index d4ec06b..81aec71 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! //! ```toml //! [dependencies] -//! h2 = { git = 'https://github.com/carllerche/h2' } # soon to be on crates.io! +//! h2 = "0.1" //! ``` //! //! Next, add this to your crate: