From 76f89981d45ab0ea9fa3bf18045f7351132de3bb Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 22 Jul 2021 17:23:08 -0400 Subject: [PATCH] Add a subtitle --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ab08d..e86817b 100644 --- a/README.md +++ b/README.md @@ -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 ```