diff --git a/README.md b/README.md index 04372fb..435f5f5 100644 --- a/README.md +++ b/README.md @@ -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!`); }