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

Update README.md: path 'examples/graphql/juniper/' (#438)

This commit is contained in:
Nicolas PASCAL 2021-07-19 15:44:38 +02:00 committed by GitHub
parent ef5b62d71a
commit 33a215642b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ If you want more advanced example, see also the [juniper-advanced example].
### server
```bash
cd examples/juniper
cd examples/graphql/juniper
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080
```