Skip to content

Commit

Permalink
update readme with note on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzis authored Aug 14, 2018
1 parent 30bd235 commit 2ffe5e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 < [email protected]` support details in [0.11.1](https://github.com/dozoisch/react-async-script/tree/v0.11.1).

---

Expand Down

0 comments on commit 2ffe5e6

Please sign in to comment.