Skip to content

Commit

Permalink
word choice
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Dec 14, 2023
1 parent 6d039a9 commit 2328457
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/ethereum_infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ you want it to be a private network or not and call the base function to create

```go
beaconConfig := ethereum_beacon_cookbooks.BeaconConfig{
ConsensusClient: consensusClient,
ExecClient: execClient,
Network: network,
WithIngress: true,
WithServiceMonitor: false,
WithChoreography: false,
ConsensusClient: consensusClient,
ExecClient: execClient,
Network: network,
WithIngress: true,
WithServiceMonitor: false,
WithChoreography: false,
}
cd := ethereum_beacon_cookbooks.CreateClientClusterDefWithParams(bc)
```
Expand Down

0 comments on commit 2328457

Please sign in to comment.