Skip to content

Commit

Permalink
[chore] update installation section.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jun 25, 2017
1 parent f5d95e2 commit 6f8b963
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@ Accessible modal dialog component for React.JS

To install the stable version:

With [npm](https://npmjs.org/) installed, run:

```
$ npm install react-modal
```

...with [yarn](https://yarnpkg.com):

```
npm install --save react-modal
$ yarn add react-modal
```

## Usage
Expand Down

0 comments on commit 6f8b963

Please sign in to comment.