diff --git a/README.md b/README.md index 16386b2b..5c02394a 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ Accessible modal dialog component for React.JS ## Installation -To install the stable version: +To install the stable version you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com): + + + $ npm install react-modal + $ yarn add react-modal -``` -npm install --save react-modal -``` ## Usage