Skip to content

Commit

Permalink
Add instructions how to build a standalone version
Browse files Browse the repository at this point in the history
Fixes #33
Fixes #30
Possibly fixes #28
  • Loading branch information
s0meone authored and madjam002 committed Feb 3, 2016
1 parent 4b4b85d commit fe8c0ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ var Main = React.createClass({

ReactDOM.render(<Main />, document.getElementById("container"));
```

## Build standalone version

Use the demo project and it's README instructions to build a version of React with the tap event plugin included.

0 comments on commit fe8c0ff

Please sign in to comment.