Skip to content

Commit

Permalink
fix --bootnodes typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChien committed Jul 1, 2019
1 parent 1b6063a commit d5970b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Now that Alice's node is up and running, Bob can join the network by bootstrappi
--port 30334 \
--validator \
--name BobDarwiniaNode \
-- botenodes /ip4/<Alices IP Address>/tcp/<Alices Port>/p2p/<Alices Node ID> \
--bootnodes /ip4/<Alices IP Address>/tcp/<Alices Port>/p2p/<Alices Node ID> \
--telemetry-url ws://telemetry.polkadot.io:1024 \
--rpc-external \
--ws-external
Expand Down

0 comments on commit d5970b7

Please sign in to comment.