We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae258ec commit 5641f40Copy full SHA for 5641f40
1 file changed
README.md
@@ -18,11 +18,12 @@ Accessible modal dialog component for React.JS
18
19
## Installation
20
21
-To install the stable version:
+To install the stable version you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com):
22
+
23
24
+ $ npm install react-modal
25
+ $ yarn add react-modal
26
-```
-npm install --save react-modal
27
28
## Usage
29
0 commit comments