From c545c6f0352dc566fc94ea42b7cd0728e8e96cb0 Mon Sep 17 00:00:00 2001 From: Carmine Di Gruttola Date: Mon, 7 Oct 2024 10:36:51 +0200 Subject: [PATCH] Update README.md with all supported validations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4340a..4acfa48 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ Right now project supported next validation types: 'ends_with', 'doesnt_start_with', 'doesnt_end_with', - 'multiple_of' + 'multiple_of', + 'same' ]; ```