From 4b6a3284113db73b2dbc0d465899a5d1bf54531a Mon Sep 17 00:00:00 2001 From: Brian Njoroge <95216451+Njoro410@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:55:24 +0300 Subject: [PATCH] Update README.md The closing tag at usage is wrongly placed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b4e709..3eb0267 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ npm install react-google-invisible-recaptcha --save import Recaptcha from 'react-google-invisible-recaptcha'; console.log('Human detected.')} /> + onResolved={() => console.log('Human detected.')} ref={refRecaptcha} - sitekey={} + sitekey={} /> ``` ## Configuration ##