Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Consistency and Spelling in Documentation #1872

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/precompile/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### REVM Precompiles - Ethereum compatible precompiled contracts

Used inside REVM and passes all eth/tests. It supports all Ethereum hardforks.
Used inside REVM and passes all eth/tests. It supports all Ethereum hard forks.
2 changes: 1 addition & 1 deletion documentation/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The project has 4 main crates that are used to build revm. These are:

There are two binaries both of which are used for testing. To install them run `cargo install --path bins/<binary-name>`. The binaries are:

- `revme`: A CLI binary, used for running state test json. Currently it is used to run [ethereum tests](https://github.com/ethereum/tests) to check if revm is compliant. For example if you have the eth tests cloned into a directory called eth tests and the EIP tests in the following directories you can run
- `revme`: A CLI binary, used for running state test json. Currently it is used to run [ethereum tests](https://github.com/ethereum/tests) to check if revm is compliant. For example if you have the eth-tests cloned into a directory called eth-tests and the EIP tests in the following directories you can run
```bash
cargo run --profile ethtests -p revme -- \
statetest \
Expand Down
Loading