From 81ef0dbdd61ecd6f2130ba8620f49cd1759f7fb6 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Sun, 20 May 2018 18:18:00 -0700 Subject: [PATCH] Correct path --- juniper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```