From a1e7dd898da25fdb77acad7deebf031b5a5a4d2a Mon Sep 17 00:00:00 2001
From: Griefed <44273438+Griefed@users.noreply.github.com>
Date: Sun, 27 Sep 2020 14:49:49 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 65112a8..2bb08e8 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ Creates a Container which runs the v1/docker Branch of [D-Zone-Org's](https://gi
 ## Note:
 D-Zone will, by default, listen to all channels on the servers which your bot is connected to. If you want to set ignoreChannels, you need to edit a file in your D-Zone container:
 
-docker exec into the container: `docker exec -it d-zone /bin/sh`
-Install NANO as our text editor: ´apk add nano´
-Open discord-config.json in NANO: `nano discord-config.json`
-Edit the "servers" block on a per server basis, e.g.:
+- docker exec into the container: `docker exec -it d-zone /bin/sh`
+- Install NANO as our text editor: ´apk add nano´
+- Open discord-config.json in NANO: `nano discord-config.json`
+- Edit the "servers" block on a per server basis, e.g.:
 ```
   "servers": [
     {
-- 
GitLab