From ff1de11100bacad36ee83465ae906318be34a05a Mon Sep 17 00:00:00 2001 From: Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com> Date: Tue, 19 Feb 2019 18:48:52 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24675057..75355dd1 100644 --- a/README.md +++ b/README.md @@ -704,7 +704,7 @@ To originate an account, the command is: $ tezos-client originate account for transferring from --delegatable ``` - * `NEW` is the alias you will now give to the originated account. Only originted accounts can + * `NEW` is the alias you will now give to the originated account. Only originated accounts can be delegated, and even then only if originated with this `--delegatable` flag. * `MGR` is the name of the key you will use to manage the account. If you want to manage it with a Ledger device, it should be an existing imported key from the Ledger hardware wallet.