diff --git a/documentation/src/introduction.md b/documentation/src/introduction.md index bc063b5f82..272bd488af 100644 --- a/documentation/src/introduction.md +++ b/documentation/src/introduction.md @@ -7,8 +7,8 @@ The project has 4 main crates that are used to build revm. These are: - `revm`: The main EVM library. -- `primitives`: Primitive data types. - `interpreter`: Execution loop with instructions. +- `primitives`: Primitive data types. - `precompile`: EVM precompiles. ## Testing with the binaries