Beacon node simulation README fix (#312)

This commit is contained in:
Christian Iacullo 2019-07-04 23:57:17 +10:00 committed by Dustin Brody
parent 5198930503
commit 5d22f5e730
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ make test
## Beacon node simulation
The beacon node simulation is will create a full peer-to-peer network of beacon nodes and validators, and run the beacon chain in real time. To change network parameters such as shard and validator counts, see [start.sh](tests/simulation/start.sh).
The beacon node simulation will create a full peer-to-peer network of beacon nodes and validators, and run the beacon chain in real time. To change network parameters such as shard and validator counts, see [start.sh](tests/simulation/start.sh).
```bash