From fe8c0ffa6f865871933e9ea29a553bbe65d4327d Mon Sep 17 00:00:00 2001 From: Daniel van Hoesel Date: Wed, 23 Sep 2015 16:00:16 +0200 Subject: [PATCH] Add instructions how to build a standalone version Fixes #33 Fixes #30 Possibly fixes #28 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f9833d281dae3..430424a8aa577 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ var Main = React.createClass({ ReactDOM.render(
, 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.