Skip to content

Commit 9601f78

Browse files
author
Cache Hamm
authored
Merge pull request #43 from shivajivarma/patch-1
Hastags not working properly. Fixed it.
2 parents cf44742 + dfea80b commit 9601f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
Rules contain a set of _conditions_ and a single _event_. When the engine is run, each rule condition is evaluated. If the results are truthy, the rule's _event_ is triggered.
55

6-
[Methods](#Methods)
6+
[Methods](#methods)
77

8-
[Conditions](#Conditions)
8+
[Conditions](#conditions)
99

10-
[Events](#Events)
10+
[Events](#events)
1111

12-
[Operators](#Operators)
12+
[Operators](#operators)
1313

1414
[Rule Results](#rule-results)
1515

@@ -342,4 +342,4 @@ Rule results are structured similar to rules, with two additional pieces of meta
342342
}
343343
```
344344

345-
A demonstration can be found in the [rule-results](../examples/09-rule-results.js) example.
345+
A demonstration can be found in the [rule-results](../examples/09-rule-results.js) example.

0 commit comments

Comments
 (0)