Skip to content

Commit

Permalink
fix typos (bluealloy#620)
Browse files Browse the repository at this point in the history
* fix typos

* fix typo
  • Loading branch information
omahs authored and mikelodder7 committed Sep 12, 2023
1 parent a18825f commit 4e01d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Is EVM written in rust that is focused on **speed** and **simplicity**. It has fast and flexible implementation with simple interface and embedded Host. It is passing all `ethereum/tests` test suits

Here is list of things that i would like to use as guide in this project:
- **EVM compatibility and stability** - this goes without saying but it is nice to put it here. In blockchain industry, stability is most desired attribute of any system.
Here is a list of things that I would like to use as guide in this project:
- **EVM compatibility and stability** - this goes without saying but it is nice to put it here. In the blockchain industry, stability is the most desired attribute of any system.
- **Speed** - is one of the most important things and most decisions are made to complement this.
- **Simplicity** - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other projects.
- **interfacing** - `[no_std]` so that it can be used as wasm lib and integrate with JavaScript and cpp binding if needed.
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Crates

The project hase 4 main crates that are used to build the revm. The crates are:
The project has 4 main crates that are used to build the revm. The crates are:

- `revm`: The main EVM library.
- `revm-primitives`: Primitive data types.
Expand Down

0 comments on commit 4e01d8c

Please sign in to comment.