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');