paritytech / substrate-up

Scripts for working with new Substrate projects
Apache License 2.0
67 stars 21 forks source link

Fix typo in script usage example #11

Closed siman closed 5 years ago

siman commented 5 years ago

In substrate-ui-new script there is a typo: node should be changed to ui in usage string.

Before: echo "Usage: substrate-node-new <NAME>"

After fix: echo "Usage: substrate-ui-new <NAME>"