Add a subtitle

This commit is contained in:
Luke Van Seters 2021-07-22 17:23:08 -04:00
parent 47e778d851
commit 76f89981d4

View File

@ -1,4 +1,5 @@
# mev-inspect
A [WIP] Ethereum MEV Inspector in Python
## Containers
mev-inspect's local setup is built on [Docker Compose](https://docs.docker.com/compose/)
@ -20,7 +21,7 @@ or to run in the background
docker compose up -d
```
To stop the services
To stop the services (if running in the background, otherwise just ctrl+c)
```
docker compose down
```