From 2fb0933f8ca4463a0bd67bdbe3f9ef6ad51eacff Mon Sep 17 00:00:00 2001 From: Przemyslaw Rzad Date: Sun, 11 Dec 2022 15:49:39 +0100 Subject: [PATCH] docs: Correct typo (#282) --- bins/revme/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bins/revme/README.md b/bins/revme/README.md index 2878c99085..a8805fe1a2 100644 --- a/bins/revme/README.md +++ b/bins/revme/README.md @@ -1,4 +1,4 @@ # Rust EVM executor or short REVME -This is binary crate that executed evm multiple ways. Currently it is used trun ethereum tests: -* statetest: takes path to folder where ethereum statetest json can be found. It recursively searches for all json files and execute them. This is how i run all https://github.com/ethereum/tests to check if revm is compliant. Example `revme statests test/GenericEvmTest/` \ No newline at end of file +This is binary crate that executed evm multiple ways. Currently it is used to run ethereum tests: +* statetest: takes path to folder where ethereum statetest json can be found. It recursively searches for all json files and execute them. This is how i run all https://github.com/ethereum/tests to check if revm is compliant. Example `revme statests test/GenericEvmTest/`