From f17b3458fadd336accebedfec00b936d49e93a86 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 19 Mar 2023 11:46:15 -0700 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e5fdcd6..42032960 100644 --- a/README.md +++ b/README.md @@ -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 |