From 230c65cafb6188b29c293d9c4e16ab5641ef9e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:19:23 +0100 Subject: [PATCH] updated documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b4c74..eb0d68b 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ check if given string is valid | base58 | | check base-58 encoding | | card | | check credit card number | | date | | test if string contains valid date | -| | .format: | specify date format (default: `yyyy-MM-dd`) - could be one of `'iso`, `'iso8601`, `'short`, `'long`, `'custom1`, `'custom2`, or any given string) | +| | .format: | specify date format (default: `'iso` or `yyyy-MM-dd`) - could also be one of `'iso8601`, `'short`, `'long` or any given string) | | email | | verify e-mail address | | floating | | test if string contains a parsable floating-point value | | integer | | test if string contains a parsable integer value |