From 7738c73ddd11d9e11c15186fda72dc5e702acdc4 Mon Sep 17 00:00:00 2001 From: MaxweLL22-22 Date: Fri, 17 Jan 2025 22:28:29 +0100 Subject: [PATCH] Typo fix README.md --- cmd/evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/README.md b/cmd/evm/README.md index f95b6b4d7b..3d2699dee7 100644 --- a/cmd/evm/README.md +++ b/cmd/evm/README.md @@ -27,7 +27,7 @@ which can ### Specification The idea is to specify the behaviour of this binary very _strict_, so that other -node implementors can build replicas based on their own state-machines, and the +node implementers can build replicas based on their own state-machines, and the state generators can swap between a \`geth\`-based implementation and a \`parityvm\`-based implementation.