From 5d22f5e730dc99da470d8cdae90d60fd104a4408 Mon Sep 17 00:00:00 2001 From: Christian Iacullo Date: Thu, 4 Jul 2019 23:57:17 +1000 Subject: [PATCH] Beacon node simulation README fix (#312) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c72986558..ccf3a1f4d 100644 --- a/README.md +++ b/README.md @@ -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