From 81cc44dd994eb449a4edc5787e1564fa273b1d6f Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 26 Dec 2019 19:37:34 +0900 Subject: [PATCH] Fix directory names on READMEs (#220) --- graphql-demo/README.md | 2 +- openssl/README.md | 2 +- todo/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql-demo/README.md b/graphql-demo/README.md index 9527d912..1eb40e6a 100644 --- a/graphql-demo/README.md +++ b/graphql-demo/README.md @@ -17,7 +17,7 @@ Create ```.env``` file on the root directory of this project and set environment ```sh # go to the root dir -cd actix-graphql-demo +cd graphql-demo # Run cargo run diff --git a/openssl/README.md b/openssl/README.md index e2779a38..cec54bb4 100644 --- a/openssl/README.md +++ b/openssl/README.md @@ -5,7 +5,7 @@ ### server ```bash -cd examples/tls +cd examples/openssl cargo run (or ``cargo watch -x run``) # Started http server: 127.0.0.1:8443 ``` diff --git a/todo/README.md b/todo/README.md index 853ac19f..b3e0aa5b 100644 --- a/todo/README.md +++ b/todo/README.md @@ -14,7 +14,7 @@ A port of the [Rocket Todo example](https://github.com/SergioBenitez/Rocket/tree All instructions assume you have changed into this folder: ```bash -cd examples/actix_todo +cd examples/todo ``` ## Set up the database