diff --git a/NoTrigger/README.md b/NoTrigger/README.md index f487d74..a7e3331 100644 --- a/NoTrigger/README.md +++ b/NoTrigger/README.md @@ -41,7 +41,7 @@ Some bots will also respond to their nick! ... ``` -This is slightly harder to parse, so we have to check if a message matches `: ` or `, ` (where can be used as the name of a bot). +This is slightly harder to parse, so we have to check if a message matches `: ` or `, ` (where `` can be used as the name of a bot). OKAY OKAY, now our bot is really foolproof, right?