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