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/`