Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix typos (#14177)
Browse files Browse the repository at this point in the history
  • Loading branch information
piffle-rack authored and gpestana committed May 27, 2023
1 parent 9dcdd84 commit bda4fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/utils/subkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Subkey is a commandline utility included with Substrate. It allows generating an

You can see the full list of commands with `subkey --help`. Most commands have additional help available with for instance `subkey generate --help` for the `generate` command.

## Satefy first
## Safety first

`subkey` does not need an internet connection to work. Indeed, for the best security, you should be using `subkey` on a machine that is **not connected** to the internet.

`subkey` deals with **seeds** and **private keys**. Make sure to use `subkey` in a safe environment (ie. no one looking over your shoulder) and on a safe computer (ie. no one able to check you commands history).
`subkey` deals with **seeds** and **private keys**. Make sure to use `subkey` in a safe environment (ie. no one looking over your shoulder) and on a safe computer (ie. no one able to check your command history).

If you save any output of `subkey` into a file, make sure to apply proper permissions and/or delete the file as soon as possible.

Expand Down

0 comments on commit bda4fbb

Please sign in to comment.