Updated Rules (markdown)

blakadder 2019-05-07 18:16:28 +02:00
parent bed807cd78
commit 76b6d1215d
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ Every rule needs to follow this syntax:
**`on`** marks the start of a new rule.
**`<trigger>`** is what needs to occur for the rule to execute the `<command>` after `do`.
**`<trigger>`** is what needs to occur for the rule to execute the `<command>`
**`do`** is the separator between the `<trigger>` and `<command>`