From 4aa8a292f2e3ee20f79e4a815d09f353da6a553d Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Tue, 12 Jan 2016 14:36:07 +0000 Subject: [PATCH] Add live demo to readme Build with `npm run build:demo` and then just `scp` the files to a web server --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4ce0123..37b73ba9 100644 --- a/README.md +++ b/README.md @@ -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