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:
-
-
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',
```
+
+
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.