From 2ffe5e665fef577075e8cbf165b11c40631ab579 Mon Sep 17 00:00:00 2001 From: Brian Emil Hartz Date: Mon, 13 Aug 2018 21:11:31 -0600 Subject: [PATCH] update readme with note on doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9b99a..8b0b8e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status][travis.img]][travis.url] [![npm version][npm.img]][npm.url] [![npm downloads][npm.dl.img]][npm.dl.url] [![Dependencies][deps.img]][deps.url] +**NOTE* - These are the docs for the upcoming `1.0.0` release - for `v0.11.1` documention go to tag here: [0.11.1](https://github.com/dozoisch/react-async-script/tree/v0.11.1) + A React HOC for loading 3rd party scripts asynchronously. This HOC allows you to wrap a component that needs 3rd party resources, like reCAPTCHA or Google Maps, and have them load the script asynchronously. ## Usage @@ -98,7 +100,7 @@ React.render( ## Notes -Pre `1.0.0` and - `React < 15.5.*` support details in [0.11.1](https://github.com/dozoisch/react-async-script/tree/v0.11.1). +Pre `1.0.0` and - `React < React@16.4.1` support details in [0.11.1](https://github.com/dozoisch/react-async-script/tree/v0.11.1). ---