From fdfafc919b2a606db2ded7117a7afd17e11700fb Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 00:29:53 +0000 Subject: [PATCH] refactor(*): Clarify readme docker commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6cfc6c..66241c0 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ For a sanity check, you can run `docker images` and it should be displayed in th ## Running the Docker container -Running our bot with -d runs the container in detatched mode (as in it runs in the background). If you want to see what is happening, remove that option. +Running the bot with -d runs the container in detatched mode (as in it runs in the background). If you want to see what is happening, remove that option. -`docker run -d my-bot` +`docker run -d denBot` ### More information