update readme

This commit is contained in:
Nikolay Kim 2018-03-12 09:13:04 -07:00
parent b3cdb472d0
commit 46b9a9c887
3 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@ Actix web is a simple, pragmatic, extremely fast, web framework for Rust.
## Example
```rust,ignore
```rust
extern crate actix_web;
use actix_web::*;