update actix-http/README.md

This commit is contained in:
Ryo Ota 2020-09-20 22:47:30 +09:00 committed by GitHub
parent 1596893ef7
commit 9311f9e7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Actix http
## Example ## Example
```rust ```rust
// see examples/framed_hello.rs for complete list of used crates. // see examples/hello-world.rs for complete list of used crates.
use std::{env, io}; use std::{env, io};
use actix_http::{HttpService, Response}; use actix_http::{HttpService, Response};