Skip to content

Commit

Permalink
Fixed README.md to properly display instructions (#1215)
Browse files Browse the repository at this point in the history
* fixed README.md to properly display instructions

* fixed connect address instructions using substrate cmd line
  • Loading branch information
timolegros authored and jnaviask committed Jun 17, 2021
1 parent 4c64439 commit 5d3a37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nvm install
```

- if for some reason, nvm still doesnt work, try using
````
```
source ~/.nvm/nvm.sh
```

Expand Down
2 changes: 1 addition & 1 deletion client/scripts/views/modals/link_new_address_modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ const LinkNewAddressModal: m.Component<ILinkNewAddressModalAttrs, ILinkNewAddres
m('p', 'Use the secret phrase to sign this message:'),
m(CodeBlock, { clickToSelect: true }, [
// eslint-disable-next-line max-len
`echo "${vnode.state.newAddress.validationToken}" | subkey sign ${vnode.state.isEd25519 ? '--scheme ed25519 ' : ''} "`,
`echo "${vnode.state.newAddress.validationToken}" | subkey sign ${vnode.state.isEd25519 ? '--scheme ed25519 ' : '--suri'} "`,
m('span.no-select', 'secret phrase'),
'"',
]),
Expand Down

0 comments on commit 5d3a37b

Please sign in to comment.