Skip to content

Commit

Permalink
[chore] update README.md installation for react 16 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Oct 4, 2017
1 parent f9a2f3f commit a712d88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ Note that it can be unstable.

## Installation

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):

With React 16 support:

$ npm install react-modal@next
$ yarn add react-modal@next

To install the stable version

$ npm install react-modal
$ yarn add react-modal
Expand Down

1 comment on commit a712d88

@kendagriff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!!

Please sign in to comment.