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

Fix typos #14177

Merged
merged 1 commit into from
May 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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