Skip to content

Commit 7d44fdf

Browse files
author
Codehardt
committed
improved readme
1 parent 8f67f5f commit 7d44fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ access to a matcher that can apply all conditions to a specific string and retur
1212

1313
## Condition Syntax
1414

15-
All strings in a condition have to be quoted with `"`. Multiple strings can be concatenated with the keywords `AND`, `OR` and parentheses `(` `)`. Strings or subconditions can be negated with `NOT`. **Example**: `"foo" AND NOT ("bar" OR "baz")`
15+
All strings in a condition have to be quoted with `"`. Multiple strings can be concatenated with the keywords `AND`, `OR` and parentheses `(` `)`. Strings or subconditions can be negated with `NOT`.
16+
**Example**: `"foo" AND NOT ("bar" OR "baz")`
1617

1718
## Code Example
1819

0 commit comments

Comments
 (0)