Skip to content

Commit

Permalink
docs: Correct typo (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Dec 11, 2022
1 parent 90fe01e commit 2fb0933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bins/revme/README.md
Original file line number Diff line number Diff line change
@@ -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/`
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/`

0 comments on commit 2fb0933

Please sign in to comment.