From c775525109cf24bbe0dce767425cf507c85f00c2 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Mon, 9 Dec 2019 14:59:35 -0500 Subject: [PATCH] docs(lib): fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64876ba3..0669a3af 100644 --- a/README.md +++ b/README.md @@ -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 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 this library.