From 638403e54ac51cf635417c5e8f5d01df29b91a70 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Fri, 27 Jan 2023 04:19:20 +0100 Subject: [PATCH] Fix code envs in README (#6713) Add some missing backticks to the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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