We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd9b1 commit bbf5312Copy full SHA for bbf5312
1 file changed
README.md
@@ -13,6 +13,12 @@ Component wrapper for [Google reCAPTCHA v2][reCAPTCHA]
13
npm install --save react-google-recaptcha react-async-script
14
```
15
16
+### React < 15.5
17
+With version prior to 15.5
18
+```shell
19
+npm install --save react-google-recaptcha@0.8.1
20
+```
21
+
22
### React 0.13
23
With 0.13, install version 0.4.1
24
```shell
0 commit comments