Skip to content

Commit

Permalink
Merge pull request #7 from Disgeae/master
Browse files Browse the repository at this point in the history
README.md - Fixed typo on array result
  • Loading branch information
Dave Earley authored Nov 1, 2017
2 parents e5c5d11 + d4dfa78 commit f36b02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require __DIR__ . '/vendor/autoload.php';
$validator = EmailValidation\EmailValidatorFactory::create('dave@gmoil.con');

$jsonResult = $validator->getValidationResults()->asJson();
$arrayResult = $validator->getValidationResults()->asAray();
$arrayResult = $validator->getValidationResults()->asArray();

echo $jsonResult;

Expand Down

0 comments on commit f36b02a

Please sign in to comment.