Fix code envs in README (#6713)

Add some missing backticks to the README.
This commit is contained in:
Paul Lange 2023-01-27 04:19:20 +01:00 committed by GitHub
parent b3076a812d
commit 638403e54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,9 +242,9 @@ file can be overwritten by writing the flags directly on Erigon command line
### Example ### 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 flag inside
of the yaml configuration file and sets the chain to goerli of the yaml configuration file and sets the chain to goerli