From eb1cdfe9cd5f3236ba1f56c94bb2ceceae1b5e9f Mon Sep 17 00:00:00 2001 From: Mike Erickson Date: Tue, 18 Aug 2020 16:08:33 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35c42854..cfa580a6 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js. This library was inspired by the [Laravel framework's Validator](http://laravel.com/docs/validation). +## Important Notice - New Source Repository + +Please visit the following [repository](https://github.com/mikeerickson/validatorjs) as it will be current moving forward as we are the sole maintainers of this project + + ## Why use validatorjs? * Not dependent on any libraries. @@ -600,4 +605,4 @@ E-Mail: [codedungeon@gmail.com](mailto:codedungeon@gmail.com) Twitter: [@codedungeon](http://twitter.com/codedungeon) -Website: [codedungeon.io](http://codedungeon.io) \ No newline at end of file +Website: [codedungeon.io](http://codedungeon.io)