Skip to content

Commit

Permalink
Add live demo to readme
Browse files Browse the repository at this point in the history
Build with `npm run build:demo` and then just `scp` the files to a web server
  • Loading branch information
cookpete committed Jan 12, 2016
1 parent 03a4b68 commit 4aa8a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ See `App.js` for a full example

### Demo

The quickest way to see it in action is to checkout the repo and run the demo:
See a [live demo](http://cookpete.com/react-player), or run:

```bash
git clone http://github.com/cookpete/react-player
git clone https://github.com/CookPete/react-player.git
cd react-player
npm install
npm start
Expand Down

0 comments on commit 4aa8a29

Please sign in to comment.