From a712d88515017b692bb888fffa95a8e069eed950 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 4 Oct 2017 04:45:01 -0300 Subject: [PATCH] [chore] update README.md installation for react 16 support. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1cfd25a..8148c06e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,14 @@ Note that it can be unstable. ## Installation -To install the stable version you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com): +To install, you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com): + With React 16 support: + + $ npm install react-modal@next + $ yarn add react-modal@next + + To install the stable version $ npm install react-modal $ yarn add react-modal