Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RosyTucker committed Nov 1, 2016
1 parent 56b5a5a commit 52d4703
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# react-feature-toggles
Declarative feature toggle framework for react


## Install

`npm install react-feature-toggles`
Expand Down Expand Up @@ -39,3 +38,11 @@ const ExampleComponent = () => (
ReactDOM.render(<ExampleComponent />, document.getElementById('example'));
```

## Building the example

- Clone this repo
- Run `npm install`
- Run `npm run build-example`
- Open `example/example.html` in the browser
- Play around with the toggle values

0 comments on commit 52d4703

Please sign in to comment.