From 33a215642bd0afaa2e1ee9ab540751647e5b4995 Mon Sep 17 00:00:00 2001 From: Nicolas PASCAL Date: Mon, 19 Jul 2021 15:44:38 +0200 Subject: [PATCH] Update README.md: path 'examples/graphql/juniper/' (#438) --- graphql/juniper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/juniper/README.md b/graphql/juniper/README.md index eb075e6b..0c25c466 100644 --- a/graphql/juniper/README.md +++ b/graphql/juniper/README.md @@ -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 ```