Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr5z authored Feb 27, 2024
1 parent 6063233 commit 2ec4d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ var validationService = new ValidationService();
validationService.For(this)
.AddRule(e => e.Username, new AlphanumericRule());
```
By following these steps, you can create and use custom validation rules tailored to your specific validation needs in your project.

## Support
Feel free to contribute to the project, report issues, or provide feedback to help us improve `PropertyValidator`.

0 comments on commit 2ec4d0a

Please sign in to comment.