1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Correct path

This commit is contained in:
Kelly Thomas Kline 2018-05-20 18:20:16 -07:00 committed by GitHub
parent d3c2722c85
commit bd69eb83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```