From 05684be9386e7ca3989d7bbff4e4a61c163bdf08 Mon Sep 17 00:00:00 2001 From: d4rk Date: Thu, 23 Dec 2021 17:24:13 +0530 Subject: [PATCH] Update README.md Hehe small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e50dab1..28c7d93 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This module help you to verify domain ownership. ## Usage - consta domainVerification = require('domain-verification'); + const domainVerification = require('domain-verification'); domainVerification.html(domain_url,domain_html_name,hash_value); domainVerification.txt(domain_url,domain_key,domain_value); domainVerification.metatag(domain_url,domain_key,domain_value); @@ -46,4 +46,4 @@ This module help you to verify domain ownership. ## 3. all: This methods call all the above 3 function and give you the result: - \ No newline at end of file +