diff --git a/README.md b/README.md index 44d836d..86b7552 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ protected function validator(array $data) Error shows on the page like so: -screen shot 2016-07-02 at 2 12 14 pm - screen shot 2016-07-02 at 1 22 45 pm By default, the error message returned is `This password is just too common. Please try another!`. @@ -70,6 +68,8 @@ You can customize the error message by opening `resources/lang/en/validation.php 'dumbpwd' => 'You are using a dumb password abeg', ``` +screen shot 2016-07-02 at 2 12 14 pm + ## Change log Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.