From a91f63afd4f9727cf1e883ba618573c48a494d6f Mon Sep 17 00:00:00 2001 From: Puneet Verma <puneet@saanvis.com> Date: Tue, 4 Sep 2018 13:55:25 +0530 Subject: [PATCH] Update command name | README.md UPDATE: command name 'serve' to 'start'. Severity: Low Signed-off-by: Puneet Verma <puneet@saanvis.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cc270ff..2e4f7b73 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Once the `burrow.toml` has been created, we run: ``` # To select our validator address by index in the GenesisDoc -burrow serve --validator-index=0 +burrow start --validator-index=0 # Or to select based on address directly (substituting the example address below with your validator's): -burrow serve --validator-address=BE584820DC904A55449D7EB0C97607B40224B96E +burrow start --validator-address=BE584820DC904A55449D7EB0C97607B40224B96E ``` and the logs will start streaming through. -- GitLab