From 69a346c4916a55484886b20a4e3e25034b0b8c2b Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Tue, 18 Nov 2014 21:06:39 -0600 Subject: [PATCH] spelling error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca292135..c814c451 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Hyper is a fast, modern HTTP implementation written in and for Rust. It is a low-level typesafe abstraction over raw HTTP, providing an elegant layer over "stringly-typed" HTTP. -Hyper offers both an HTTP/S client an HTTP server which can be used to drive +Hyper offers both an HTTP/S client and HTTP server which can be used to drive complex web applications written entirely in Rust. The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).