Remove empty space from code blocks

Signed-off-by: Connor C <ceo@pixelridgesoftworks.com>
This commit is contained in:
Connor C 2024-02-10 15:02:42 -07:00
parent f2068647b0
commit d36de0d477

View File

@ -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
```