Skip to content

Commit

Permalink
update substrate cmd args in README (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
masapr authored Sep 14, 2023
1 parent a7a9975 commit d580975
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 @@ -22,7 +22,7 @@ To execute the examples, a running substrate node is needed. You can download a
or run the kitchensink-node with docker:

```
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/substrate:latest --dev --ws-external --rpc-external
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/substrate:latest --dev --rpc-external
```

For more information, please refer to the [substrate](https://github.com/paritytech/substrate) repository.
Expand Down

0 comments on commit d580975

Please sign in to comment.