diff --git a/README.md b/README.md index 8cc270ffc6738080174d9b2a473527a36acce421..2e4f7b736c40cd1cc830682ebb713b21f82085ef 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.