Skip to content

Commit bc6bf1e

Browse files
README: remove mentions of snap sync (#24122)
1 parent 0ba0b81 commit bc6bf1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on how you can run your own `geth` instance.
5757
By far the most common scenario is people wanting to simply interact with the Ethereum
5858
network: create accounts; transfer funds; deploy and interact with contracts. For this
5959
particular use-case the user doesn't care about years-old historical data, so we can
60-
fast-sync quickly to the current state of the network. To do so:
60+
sync quickly to the current state of the network. To do so:
6161

6262
```shell
6363
$ geth console
@@ -159,7 +159,7 @@ docker run -d --name ethereum-node -v /Users/alice/ethereum:/root \
159159
ethereum/client-go
160160
```
161161

162-
This will start `geth` in fast-sync mode with a DB memory allowance of 1GB just as the
162+
This will start `geth` in snap-sync mode with a DB memory allowance of 1GB just as the
163163
above command does. It will also create a persistent volume in your home directory for
164164
saving your blockchain as well as map the default ports. There is also an `alpine` tag
165165
available for a slim version of the image.

0 commit comments

Comments
 (0)