Skip to content

Commit 0ad363c

Browse files
committed
[chore] update installation section.
1 parent f5d95e2 commit 0ad363c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ Accessible modal dialog component for React.JS
2323

2424
## Installation
2525

26-
To install the stable version:
26+
To install the stable version you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com):
27+
28+
29+
$ npm install react-modal
30+
$ yarn add react-modal
2731

28-
```
29-
npm install --save react-modal
30-
```
3132

3233
## Usage
3334

0 commit comments

Comments
 (0)