spelling error in readme

This commit is contained in:
Austin Pray
2014-11-18 21:06:39 -06:00
parent 35336c770e
commit 69a346c491

View File

@@ -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 is a low-level typesafe abstraction over raw HTTP, providing an elegant
layer over "stringly-typed" HTTP. 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. complex web applications written entirely in Rust.
The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper). The documentation is located at [http://hyperium.github.io/hyper](http://hyperium.github.io/hyper).