Skip to content

Commit 289d558

Browse files
authored
Merge pull request #120 from varnarmat/website
update config typos
2 parents 8d47c32 + 00aad46 commit 289d558

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ethereum/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ nano .env
121121

122122
**Configure your Node Runners Ethereum - Erigon Lighthouse**
123123

124-
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Prysm node deployment is as follows, which uses a sample config from the repository:
124+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Lighthouse node deployment is as follows, which uses a sample config from the repository:
125125
```bash
126126
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
127127
cd lib/ethereum
@@ -160,7 +160,7 @@ nano .env
160160

161161
**Configure your Node Runners Ethereum - Nethermind Teku**
162162

163-
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository:
163+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Nethermind / Teku node deployment is as follows, which uses a sample config from the repository:
164164
```bash
165165
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
166166
cd lib/ethereum
@@ -179,7 +179,7 @@ nano .env
179179

180180
**Configure your Node Runners Ethereum - Besu Teku**
181181

182-
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository:
182+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Besu / Teku node deployment is as follows, which uses a sample config from the repository:
183183
```bash
184184
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
185185
cd lib/ethereum

0 commit comments

Comments
 (0)