Skip to content

Commit

Permalink
doc: fix typos in quick-start.md. (tendermint#8990)
Browse files Browse the repository at this point in the history
  • Loading branch information
brizenchi authored Jul 13, 2022
1 parent b421138 commit b71ec8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ Next, use the `tendermint testnet` command to create four directories of config
Before you can start the network, you'll need peers identifiers (IPs are not enough and can change). We'll refer to them as ID1, ID2, ID3, ID4.

```sh
tendermint show_node_id --home ./mytestnet/node0
tendermint show_node_id --home ./mytestnet/node1
tendermint show_node_id --home ./mytestnet/node2
tendermint show_node_id --home ./mytestnet/node3
tendermint show-node-id --home ./mytestnet/node0
tendermint show-node-id --home ./mytestnet/node1
tendermint show-node-id --home ./mytestnet/node2
tendermint show-node-id --home ./mytestnet/node3
```

Finally, from each machine, run:
Expand Down

0 comments on commit b71ec8c

Please sign in to comment.