diff --git a/README.md b/README.md index 713a3f713..195f70358 100644 --- a/README.md +++ b/README.md @@ -242,9 +242,9 @@ file can be overwritten by writing the flags directly on Erigon command line ### Example -`./build/bin/erigon --config ./config.yaml --chain=goerli +`./build/bin/erigon --config ./config.yaml --chain=goerli` -Assuming we have `chain : "mainnet" in our configuration file, by adding `--chain=goerli` allows the overwrite of the +Assuming we have `chain : "mainnet"` in our configuration file, by adding `--chain=goerli` allows the overwrite of the flag inside of the yaml configuration file and sets the chain to goerli