1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

Correct path

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

View File

@ -5,7 +5,7 @@ Juniper integration for Actix web
### server
```bash
cd actix-web/examples/juniper
cd examples/juniper
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080
```