diff --git a/template_tera/README.md b/template_tera/README.md index 35829599..9cc14f46 100644 --- a/template_tera/README.md +++ b/template_tera/README.md @@ -7,7 +7,7 @@ Minimal example of using the template [tera](https://github.com/Keats/tera) that ### server ```bash -cd actix-web/examples/template_tera +cd examples/template_tera cargo run (or ``cargo watch -x run``) # Started http server: 127.0.0.1:8080 ```