diff --git a/orai/doc/Genesis_validator.md b/orai/doc/Genesis_validator.md index 7b9c896e..7c40db14 100755 --- a/orai/doc/Genesis_validator.md +++ b/orai/doc/Genesis_validator.md @@ -35,7 +35,7 @@ setup After running, there will be three .txt files generated. -One file, which is account.txt, stores your genesis account information as well as its mnemonic. Please keep it safe, and remove the file when you finish storing your account infromation. +One file, which is account.txt, stores your genesis account information as well as its mnemonic. Please keep it safe, and remove the file when you finish storing your account information. Please upload the .oraid/config/gentx/gentx-\*.json file to the following google form: diff --git a/oraivisor/README.md b/oraivisor/README.md index 067cbe1b..99a63071 100644 --- a/oraivisor/README.md +++ b/oraivisor/README.md @@ -51,9 +51,9 @@ _Note: the `name` variable in `upgrades/` holds the URI-encoded name of th Please note that `$DAEMON_HOME/oraivisor` just stores the _binaries_ and associated _program code_. The `oraivisor` binary can be stored in any typical location (eg `/usr/local/bin`). The actual blockchain -program will store it's data under their default data directory (e.g. `$HOME/.oraid`) which is independent of +program will store its data under their default data directory (e.g. `$HOME/.oraid`) which is independent of the `$DAEMON_HOME`. You can choose to set `$DAEMON_HOME` to the actual binary's home directory and then end up -with a configuation like the following, but this is left as a choice to the system admininstrator for best +with a configuration like the following, but this is left as a choice to the system administrator for best directory layout: ```bash @@ -141,7 +141,7 @@ then rebuild it with `make build` Submit a software upgrade proposal: ```bash -# check orai.env for allowing auto download and upgrade form a URL +# check orai.env for allowing auto download and upgrade from a URL # DAEMON_ALLOW_DOWNLOAD_BINARIES=true # DAEMON_RESTART_AFTER_UPGRADE=true