Fix README example

This commit is contained in:
Carl Lerche
2017-08-17 07:22:26 -07:00
parent cd2bc41adc
commit 41b25a4a56

View File

@@ -50,7 +50,7 @@ Next, add this to your crate:
```rust
extern crate h2;
use http::server::Server;
use h2::server::Server;
fn main() {
// ...