diff --git a/README.md b/README.md index e6cef52..f40b6e7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Formerly found at: 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 @@ -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,