Skip to content

Commit b407a07

Browse files
committed
Change refs="recaptcha" to ref="recaptcha"
1 parent fa3cf53 commit b407a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function onChange(value) {
2929

3030
React.render(
3131
<ReCAPTCHA
32-
refs="recaptcha"
32+
ref="recaptcha"
3333
sitekey="Your client site key"
3434
onChange={onChange}
3535
/>, document.body);
@@ -71,7 +71,7 @@ function onChange(value) {
7171

7272
React.render(
7373
<ReCAPTCHA
74-
refs="recaptcha"
74+
ref="recaptcha"
7575
sitekey="Your client site key"
7676
onChange={onChange}
7777
grecaptcha={grecaptchaObject}

0 commit comments

Comments
 (0)