From d36de0d477668d7bacaa52693e394775fb2fc126 Mon Sep 17 00:00:00 2001 From: Connor C Date: Sat, 10 Feb 2024 15:02:42 -0700 Subject: [PATCH] Remove empty space from code blocks Signed-off-by: Connor C --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index de277f4..09a618e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ cd DisWarden Install the required gems: ```bash - bundle install ``` @@ -40,7 +39,6 @@ Configure your environment variables. Rename .env.example to .env and fill in yo Run the bot: ```bash - ruby runner.rb ```