From c2b68242ae4810589d21455bf710d57d296dcd14 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:17:35 +0300 Subject: [PATCH] Fix extra quotation marks in the command section --- docs/examples/single-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/single-process.md b/docs/examples/single-process.md index f271cb84cee..62f8bfe2f02 100644 --- a/docs/examples/single-process.md +++ b/docs/examples/single-process.md @@ -8,8 +8,8 @@ How to run Erigon in a single process (all parts of the system run as one). 2. Run erigon: ``` ./build/bin/erigon --datadir=/desired/path/to/datadir \ - --chain=sepolia" \ - --port=30304" \ + --chain=sepolia \ + --port=30304 \ --http.port=8546 \ --authrpc.port=8552 \ --torrent.port=42068 \