mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Fix code envs in README (#6713)
Add some missing backticks to the README.
This commit is contained in:
parent
b3076a812d
commit
638403e54a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user