diff --git a/README.md b/README.md index 73ed1305..3da679c9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To display the signed message in human-readable form: quill send --dry-run -`quill` could be used on an online computer to send any signed transactions: +`quill` could be used on an online computer to send any signed transaction: quill send @@ -35,8 +35,6 @@ Managing the neuron: quill --pem-file neuron-manage [OPERATIONS] -Currently supported operations are: `--start-dissolving`, `--stop-dissolving`, `--disburse`, `--add-hot-key`, `--remove-hot-key`, `--spawn`, `--split`. - All of the commands above will generate signed messages, which can be sent on the online machine using the `send` command from above. ## Download @@ -58,11 +56,11 @@ After this, find the binary at `target/release/quill`. `quill` is a very critical link in the workflow of the management of valuable assets. `quill`'s code must stay clean, simple, readable and leave no room for ambiguities, so that it can be reviewed and audited by anyone. -Hence, if you would like to propose a change, please adhere to the following principals: +Hence, if you would like to propose a change, please adhere to the following principles: 1. Be concise and only add functional code. 2. Optimize for correctness, then for readability. -3. Avoid adding dependencies at all costs unless it's completely unreasonable. +3. Avoid adding dependencies at all costs unless it's completely unreasonable to do so. 4. Every new feature (+ a test) is proposed only after it was tested on real wallets. 5. Increment the last digit of the crate version whenever the functionality scope changes.