summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-03-06 22:49:33 +0100
committerAsko Nomm <asko@bien.ee>2022-03-06 22:49:33 +0100
commitd2a1290423e1102b23fc8e042cef5420a42c02af (patch)
tree8d5c507a78b6bbed8d6f5657bdf5bc3be59f3461 /README.md
parentf313168d4b53b32b1ee3ce3e2e9ed749848f6985 (diff)
Fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.