Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Dec 25, 2023
1 parent 9f11ddb commit 9df8b9b
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 @@ -59,7 +59,7 @@ https://cdn.jsdelivr.net/gh/sefinek24/email-validator@latest/dist/browser.js
const email = 'contact@sefinek.net';
if (emailValidator.test(email)) {
console.log(`✔️ Email ${email} is valid.`;
console.log(`✔️ Email ${email} is valid.`);
} else {
console.log(`❎ Email ${email} is NOT valid!`);
}
Expand Down

0 comments on commit 9df8b9b

Please sign in to comment.