1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

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::*;