From 426db339e02ce29ad62846838a121de010a64480 Mon Sep 17 00:00:00 2001 From: lonely <117298651+lonely43@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:52:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`); }); ```