We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02556f3 commit 1194cdcCopy full SHA for 1194cdc
README.md
@@ -23,14 +23,14 @@ Define your conditionals using an array with logical rule ('and' or 'or') as the
23
General representation of a logical rule is as follows:
24
25
```js
26
-['{your logical rule}', [{your conditional rule 1}], [{your conditional rule 2}], ...]
+['{your logical rule}', [{your comparison rule 1}], [{your comparison rule 2}], ...]
27
```
28
29
-Conditional rule is an array with 3 elements:
+Comparison rule is an array with 3 elements:
30
31
+- The comparison rule.
32
- The key of the object whose value needs to be compared with a condition.
33
- The comparison value.
-- The comparison rule.
34
35
General representation of a comparison rule is as follows:
36
0 commit comments