From d2a1290423e1102b23fc8e042cef5420a42c02af Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Sun, 6 Mar 2022 22:49:33 +0100 Subject: Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d60b44b..26685b1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ $rules = ['password' => 'required']; $hird = new Hird($fields, $rules); ``` -### 'date-format` +### `date-format` The `date-format` validator validates the string format of a date, and is registered as the `date-format` rule. It will pass validation if the value is set and the value is in the format specified by the rule. -- cgit v1.2.3