From abe88a86ac08567f040b5f161247c163ac8603b3 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Wed, 21 Sep 2016 22:01:34 +0530 Subject: [PATCH] installation instructions (#227) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 075b93b3..372498ab 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Accessible modal dialog component for React.JS +### Installation + +To install the stable version: + +``` +npm install --save react-modal +``` + ## Usage ```xml