diff --git a/basics/README.md b/basics/README.md index 72ed1e66..361562ec 100644 --- a/basics/README.md +++ b/basics/README.md @@ -5,7 +5,7 @@ ### server ```bash -cd actix-web/examples/basics +cd examples/basics cargo run # Started http server: 127.0.0.1:8080 ```