Skip to content

Commit

Permalink
Merge pull request #45 from cdigruttola/main
Browse files Browse the repository at this point in the history
Update README.md with all supported validations
  • Loading branch information
setnemo authored Oct 7, 2024
2 parents 4719ac6 + c545c6f commit 0641212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ Right now project supported next validation types:
'ends_with',
'doesnt_start_with',
'doesnt_end_with',
'multiple_of'
'multiple_of',
'same'
];
```

Expand Down

0 comments on commit 0641212

Please sign in to comment.