docs(lib): fix typo in README.md

This commit is contained in:
David Barsky
2019-12-09 14:59:35 -05:00
committed by Sean McArthur
parent 5b48ec0fe5
commit c775525109

View File

@@ -21,7 +21,7 @@ A **fast** and **correct** HTTP implementation for Rust.
hyper is a relatively low-level library, meant to be a building block for hyper is a relatively low-level library, meant to be a building block for
libraries and applications. libraries and applications.
Ff you are looking for a convenient HTTP client, then you may wish to consider If you are looking for a convenient HTTP client, then you may wish to consider
[reqwest](https://github.com/seanmonstar/reqwest), which is built on top of [reqwest](https://github.com/seanmonstar/reqwest), which is built on top of
this library. this library.