Skip to content

Commit a712d88

Browse files
committed
[chore] update README.md installation for react 16 support.
1 parent f9a2f3f commit a712d88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ Note that it can be unstable.
2626

2727
## Installation
2828

29-
To install the stable version you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com):
29+
To install, you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com):
3030

31+
With React 16 support:
32+
33+
$ npm install react-modal@next
34+
$ yarn add react-modal@next
35+
36+
To install the stable version
3137

3238
$ npm install react-modal
3339
$ yarn add react-modal

0 commit comments

Comments
 (0)