Skip to content

Commit 9bf4869

Browse files
authored
Merge pull request #156 from iotexproject/yutongp-patch-2
Update README.md
2 parents 3a26df9 + 198aa7c commit 9bf4869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tar -xzf data.tar.gz
5555
We will update the snapshot once a day. If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data:
5656
https://t.iotex.me/mainnet-data-with-idx-latest.
5757

58-
(Optional) If you only want to sync chain data from 0 height without relaying on legacy delegate election data from Ethereum, you can setup legacy delegat election data with following command:
58+
(Optional) If you only want to sync chain data from 0 height without relaying on legacy delegate election data from Ethereum, you can setup legacy delegate election data with following command:
5959
```bash
6060
curl -L https://storage.googleapis.com/blockchain-golden/poll.mainnet.tar.gz > $IOTEX_HOME/poll.tar.gz; tar -xzf $IOTEX_HOME/poll.tar.gz --directory $IOTEX_HOME/data
6161
```

0 commit comments

Comments
 (0)