doc: fix typos in quick-start.md. (#8990) (#8998)

(cherry picked from commit b71ec8c83f)

Co-authored-by: kuniseichi <kuniseichi@gmail.com>
This commit is contained in:
mergify[bot]
2022-07-13 07:12:48 -07:00
committed by GitHub
co-authored by kuniseichi
parent b2d4b9ffef
commit 2787329e5f
+4 -4
View File
@@ -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: