We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a2f3f commit a712d88Copy full SHA for a712d88
1 file changed
README.md
@@ -26,8 +26,14 @@ Note that it can be unstable.
26
27
## Installation
28
29
-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):
30
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
37
38
$ npm install react-modal
39
$ yarn add react-modal
0 commit comments