Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Shadowbroker committed Jan 17, 2025
1 parent 3a715ec commit 7cbddec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ The result of the evaluation is an `EvaluationResult` that indicates if and why
| greater than | `gt` | comparison | Valid if `field` > `value`. |
| greater or equal | `ge` | comparison | Valid if `field` >= `value`. |
| in | `in` | comparison | Valid if `field` is in `value`. |
| nin | `nin` | comparison | Valid if `field` is not in `value`. |
| not in | `nin` | comparison | Valid if `field` is not in `value`. |
| contains | `ct` | comparison | Valid if `field` contains `value`. |
| nct | `nct` | comparison | Valid if `field` does not contain `value`. |
| not contains | `nct` | comparison | Valid if `field` does not contain `value`. |

## Contributing

Expand Down

0 comments on commit 7cbddec

Please sign in to comment.