Merge pull request #88 from elopio/typos/readme

Fix typos in README
This commit is contained in:
Luke Van Seters 2021-10-05 10:22:49 -04:00 committed by GitHub
commit 3c761d85f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ Example:
export RPC_URL="http://111.111.111.111:8546"
```
**Note: mev-inspect-py currently requires and RPC with support for OpenEthereum / Erigon traces (not geth 😔)**
**Note: mev-inspect-py currently requires an RPC with support for OpenEthereum / Erigon traces (not geth 😔)**
Next, start all servcies with:
Next, start all services with:
```
tilt up
```
@ -127,7 +127,7 @@ Postgres tip: Enter `\x` to enter "Explanded display" mode which looks nicer for
### Pre-commit
We use pre-commit to maintain a consistent style, prevent errors, and ensure test coverage.
We use pre-commit to maintain a consistent style, prevent errors, and ensure test coverage.
To set up, install dependencies through poetry
```