Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
deankarn committed Mar 19, 2023
1 parent d117853 commit f17b345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -207,13 +207,13 @@ Baked-in Validations
| Tag | Description |
| - | - |
| eq | Equals |
| eqIgnoreCase | Equals ignoring case |
| eq_ignore_case | Equals ignoring case |
| gt | Greater than|
| gte | Greater than or equal |
| lt | Less Than |
| lte | Less Than or Equal |
| ne | Not Equal |
| neIgnoreCase | Not Equal ignoring case |
| ne_ignore_case | Not Equal ignoring case |

### Other:
| Tag | Description |
Expand Down

0 comments on commit f17b345

Please sign in to comment.