From 97993a52c8d7a92e898d0061a79b1b429947db68 Mon Sep 17 00:00:00 2001 From: Timton <96574051+Timton909@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:13:25 +0300 Subject: [PATCH] docs: fix grammar in README (add missing article and comma) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 592d9d08fe..1e496462a7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The codebase of _evmone_ is optimized to provide fast and efficient execution of 1. The _indirect call threading_ is the dispatch method used - a loaded EVM program is a table with pointers to functions implementing virtual instructions. -2. The gas cost and stack requirements of block of instructions is precomputed +2. The gas cost and stack requirements of a block of instructions is precomputed and applied once per block during execution. 3. Performs extensive and expensive bytecode analysis before execution. @@ -114,7 +114,7 @@ Docker images with evmone are available on Docker Hub: https://hub.docker.com/r/ethereum/evmone. Having the evmone shared library inside a docker is not very useful on its own, -but the image can be used as the base of another one or you can run benchmarks +but the image can be used as the base of another one, or you can run benchmarks with it. ```bash