diff --git a/README.md b/README.md index 1f996fed..b43f04a0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A **fast** and **correct** HTTP implementation for Rust. **Get started** by looking over the [guides](https://hyper.rs/guides). +**Hyper is a relatively low-level library, if you are looking for simple high-level HTTP client, then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest), which is built on top of this library.** + ## Overview hyper is a fast, safe HTTP implementation written in and for Rust.