Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Dec 24, 2023
1 parent b99200b commit 78ec40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const emailValidator = require('email-validator');
const testEmail = 'contact@sefinek.net';

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

Expand Down

0 comments on commit 78ec40c

Please sign in to comment.