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 ##