README.md in valid_email2-4.0.4 vs README.md in valid_email2-4.0.5
- old
+ new
@@ -86,10 +86,10 @@
To validate that email is not subaddressed:
```ruby
validates :email, 'valid_email_2/email': { disallow_subaddressing: true }
```
-To validate that email does not contain a dot before the @:
+To validate that email does not contain a dot anywhere before the @:
```ruby
validates :email, 'valid_email_2/email': { disallow_dotted: true }
```
To validate create your own custom message: