Skip to content

Commit 1194cdc

Browse files
committed
Update README.md
1 parent 02556f3 commit 1194cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Define your conditionals using an array with logical rule ('and' or 'or') as the
2323
General representation of a logical rule is as follows:
2424

2525
```js
26-
['{your logical rule}', [{your conditional rule 1}], [{your conditional rule 2}], ...]
26+
['{your logical rule}', [{your comparison rule 1}], [{your comparison rule 2}], ...]
2727
```
2828

29-
Conditional rule is an array with 3 elements:
29+
Comparison rule is an array with 3 elements:
3030

31+
- The comparison rule.
3132
- The key of the object whose value needs to be compared with a condition.
3233
- The comparison value.
33-
- The comparison rule.
3434

3535
General representation of a comparison rule is as follows:
3636

0 commit comments

Comments
 (0)