From bbf53129dc3f1d2470c507062e5d37fa7ee2484b Mon Sep 17 00:00:00 2001 From: Hugo Dozois Date: Sun, 16 Apr 2017 16:36:19 -0700 Subject: [PATCH] [changed] updated for react 15.5 - updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ef92b8..f61feb3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Component wrapper for [Google reCAPTCHA v2][reCAPTCHA] npm install --save react-google-recaptcha react-async-script ``` +### React < 15.5 +With version prior to 15.5 +```shell +npm install --save react-google-recaptcha@0.8.1 +``` + ### React 0.13 With 0.13, install version 0.4.1 ```shell