From 038be00599942fa6f033da7ac1b6692e3c8a227b Mon Sep 17 00:00:00 2001 From: Mara Kim Date: Wed, 15 Jun 2016 15:25:06 -0500 Subject: [PATCH] Update for npm and webpack --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a64d665..f70c406 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Simple React console emulator. See the [live demo](https://autochthe.github.io/react-console/). +## Installation + + npm install --save-dev react-console-component + ## Example Simple prompt that echoes back input: @@ -22,8 +26,7 @@ let EchoConsole = React.createClass({ }); ``` -Include `dist/react-console.js`, `dist/react-console.css`, and React in your html. - +See the [example project](example) used in the live demo. ## Props