diff --git a/juniper/README.md b/juniper/README.md index 2ac0eac4..9181ba0d 100644 --- a/juniper/README.md +++ b/juniper/README.md @@ -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 ```