From 6cdce2c70373193dc730133068f026130efece69 Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Sun, 16 Jul 2017 13:14:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0348324..f6a145d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The aim of this library is to offer a more detailed email validation report than | Free email provider^ | Checks if the email is a free email (e.g person@yahoo.com). | | Misspelled Email ^ | Checks the email for possible typs and returns a suggested corrected (e.g hi@gmaol.con -> hi@gmail.com). | -^ **Date used for these checks can be found [here](https://github.com/daveearley/Email-Validation-Tool/tree/master/src/data)** +^ **Data used for these checks can be found [here](https://github.com/daveearley/Email-Validation-Tool/tree/master/src/data)** # Installation