From cb847f4b1c786d88d69c8eb9b48c152dcd922e39 Mon Sep 17 00:00:00 2001 From: Johannes Schobel Date: Mon, 10 Sep 2018 12:28:06 +0200 Subject: [PATCH] change order of images change order of images to be more compliant with text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.