Skip to content

Commit

Permalink
Merge pull request #81 from msands/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
karlwilbur authored Sep 24, 2021
2 parents c69066d + ed0b209 commit 32e27db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Formerly found at: <https://github.com/balexand/email_validator>

The default validation provided by this gem (the `:loose` configuration option)
is extremely loose. It just checks that there's an `@` with something before and
after it without any whitespace. See [this article by David Gilbertson](https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643)
after it without any whitespace. See [this article by David Gilbertson](https://medium.com/hackernoon/the-100-correct-way-to-validate-email-addresses-7c4818f24643)
for an explanation of why.

We understand that many use cases require an increased level of validation. This
Expand Down Expand Up @@ -68,7 +68,7 @@ Default configuration can be overridden by setting options in `config/initialize

```ruby
if defined?(EmailValidator)
# To completly override the defaults
# To completely override the defaults
EmailValidator.default_options = {
allow_nil: false,
domain: nil,
Expand Down

0 comments on commit 32e27db

Please sign in to comment.