Fix typos in README

This commit is contained in:
Leo Arias 2021-10-05 04:38:48 +00:00
parent 7dbbd9f545
commit e75a2919cd

View File

@ -37,9 +37,9 @@ Example:
export RPC_URL="http://111.111.111.111:8546" 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 tilt up
``` ```
@ -127,7 +127,7 @@ Postgres tip: Enter `\x` to enter "Explanded display" mode which looks nicer for
### Pre-commit ### 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 To set up, install dependencies through poetry
``` ```