Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Mar 21, 2024
1 parent afc66e0 commit 81a6a25
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 @@ -23,7 +23,7 @@ const emailValidator = require('@sefinek/email-validator');
const testEmail = '[email protected]';

if (emailValidator.test(testEmail)) {
console.log(`Email ${testEmail} is valid!`);
console.log(`Email ${testEmail} is valid.`);
} else {
console.log(`Email ${testEmail} is NOT valid!`);
}
Expand Down

0 comments on commit 81a6a25

Please sign in to comment.