diff --git a/actix-http/README.md b/actix-http/README.md index d4c96f2a7..96258d2c5 100644 --- a/actix-http/README.md +++ b/actix-http/README.md @@ -13,7 +13,7 @@ Actix http ## Example ```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 actix_http::{HttpService, Response};