From 9311f9e7ae6f6daec514e6d44b520ef992f04659 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 20 Sep 2020 22:47:30 +0900 Subject: [PATCH] update actix-http/README.md --- actix-http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};