From dbbf919f72dc5c9c31980c1d3c73168c3915699e Mon Sep 17 00:00:00 2001 From: rizwan3d3 Date: Wed, 4 Oct 2023 13:04:33 +0300 Subject: [PATCH] Update: Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7537d3..071db43 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can specify various validation rules for each field in the `fields` array. H - `min:X`: The field's length must be at least X characters. - `between:X,Y`: The field's length must be between X and Y characters. - `alphanumeric`: The field must contain only alphanumeric characters. -- `alphanumeric`: The field must contain only numeric characters.d +- `numeric`: The field must contain only numeric characters.d - `unique:table,column`: Check if the field value is unique in the specified database table and column. - `exist:table,column`: Check if the field value is exist in the specified database table and column. - `email`: Validate if the field is a valid email address.