mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Fix directory names on READMEs (#220)
This commit is contained in:
parent
d88d5fb2bc
commit
81cc44dd99
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user