From 980aa404729feb81872f9de6693b40799c6d46db Mon Sep 17 00:00:00 2001 From: ThoughtfulCerebral Date: Sun, 11 Mar 2018 23:26:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ec0be..b3a0dff 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ But as you can see in the preview image it's also able to handle custom commands **Adding Commands:** 1. Open **"TwitchBot.rb"** and go to line 42-44, add your commands. -2. If you're adding commands to the `commands` array, go to folder **"Responses"** and the command as a text file in all lowercase. _Examples have been included in template_ +2. If you're adding commands to the `commands` array, go to folder **"Responses"** and add the command as a text file in all lowercase. _Examples have been included_