From 5641f4088bf99163ab9f7fb2e3b01431de00e184 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sat, 24 Jun 2017 23:04:54 -0300 Subject: [PATCH] [chore] update installation section. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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