diff --git a/README.md b/README.md index 506df86..9d92628 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A valid email address to check the existence of. Use [node-validator](https://gi * Check existence: ``` emailExistence.check('email@domain.com', function(response,error){ - console.log('res: '+res); + console.log(`res: ${response}`); }); ```