Skip to content

Commit

Permalink
Update for npm and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Jun 15, 2016
1 parent 286ffd8 commit 038be00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 038be00

Please sign in to comment.