From 1d1b36c4fbd984c847617d197a9d8e8884fcfdbe Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Sun, 16 Jul 2017 13:22:54 +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 f6a145d..e4c00c8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ composer require daveearley/daves-email-validation-tool ## Quick Start ```php -// Include the compose autoload file +// Include the composer autoloader require __DIR__ . '/vendor/autoload.php'; $validator = EmailValidation\EmailValidatorFactory::create('dave@gmoil.con');