From eb96de5b9904c9b51287ab067ec440b5990a9253 Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Wed, 21 Sep 2016 12:32:34 -0700 Subject: [PATCH] Update README.md with npm installation instructions It was unclear exactly how to pull this component from npm due to differing package and github names. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae50852..c24e063 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ ReactDOM.render(
+## Installation + +``` +npm install --save rc-progress +``` + ## Development ```