From 1b9e768589b57307fa27a505cecba30d1b30b545 Mon Sep 17 00:00:00 2001 From: Suphanat Chunhapanya Date: Wed, 13 Nov 2024 23:05:24 +0700 Subject: [PATCH] docs: fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 045a9fa..097ab47 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ The advantages of using Ethshadow are as follows. 1. It already includes everything in the simulation (e.g. libp2p, discv5, etc). 2. It uses the same software as the mainnet and the public testnets. -3. If there is any upgades in lighthouse, we can integrate those upgrades easily in the simulation. +3. If there is any upgades in the supported clients, we can integrate those upgrades easily in the simulation. -If you want to simulate a new Ethereum protocol, what you need to do is just to implement it in lighthouse or geth or -any other supported EL and CL clients and run it using this simulator. +If you want to simulate a new Ethereum protocol, what you need to do is just to implement it in supported clients and +run it using this simulator. @@ -77,7 +77,7 @@ Run the simulation. ethshadow myfirstsim.yaml ``` -Check out `./data/shadow/hosts` which contais the stdout and stderr of every process (including geth and lighthouse) +Check out `./data/shadow/hosts` which contains the stdout and stderr of every process (including geth and lighthouse) of every node. ## Supported clients