Skip to content

Commit f979d3d

Browse files
qujihanerikgrinaker
authored andcommitted
docs: tweak
1 parent 0336cac commit f979d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To start a five-node cluster on the local machine (requires a working
2020
[Rust compiler](https://www.rust-lang.org/tools/install)), run:
2121

2222
```
23-
$ (cd clusters/local && ./run.sh)
23+
$ (cd clusters && ./run.sh)
2424
toydb2 19:06:28 [ INFO] Listening on 0.0.0.0:9602 (SQL) and 0.0.0.0:9702 (Raft)
2525
toydb2 19:06:28 [ERROR] Failed connecting to Raft peer 127.0.0.1:9705: Connection refused
2626
toydb5 19:06:28 [ INFO] Listening on 0.0.0.0:9605 (SQL) and 0.0.0.0:9705 (Raft)
@@ -43,7 +43,7 @@ Node logs: 1:1 2:1 3:1 4:1 5:1
4343
SQL txns: 0 active, 0 total (bitcask storage)
4444
```
4545

46-
The cluster is shut down by pressing Ctrl-C. Data is saved under `clusters/local/toydb-?/data/`,
46+
The cluster is shut down by pressing Ctrl-C. Data is saved under `clusters/toydb-?/data/`,
4747
delete the contents to start over.
4848

4949
## Creating Tables and Data

0 commit comments

Comments
 (0)