1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00

Correct path

This commit is contained in:
Kelly Thomas Kline 2018-05-20 18:23:29 -07:00 committed by GitHub
parent 7ecbb5449c
commit 8124be02dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Json's `Getting Started` guide using json (serde-json or json-rust) for Actix we
### server
```bash
cd actix-web/examples/json
cd examples/json
cargo run
# Started http server: 127.0.0.1:8080
```