From 2ea6d4488154e542de443ba26ac43d6edc69dec3 Mon Sep 17 00:00:00 2001 From: Cheslav Zhuravsky Date: Fri, 31 Jul 2020 15:05:51 +0300 Subject: [PATCH] Add '--save' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baba74b4..5ff6102b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Accessible modal dialog component for React.JS To install, you can use [npm](https://npmjs.org/) or [yarn](https://yarnpkg.com): - $ npm install react-modal + $ npm install --save react-modal $ yarn add react-modal