From f18f12250dcc5f2703922bd65cb20247ba4ee5b8 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 21 Sep 2015 16:21:27 -0600 Subject: [PATCH] Updating example for how to run examples --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 271143d..65b66b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,9 +38,8 @@ Examples are included in part to allow manual testing. Running example ```bash -$ npm install -g http-server -$ http-server -# Open 127.0.0.1:8080/example +$ npm run examples +# Open 127.0.0.1:3000 ``` Running sandbox in browser @@ -55,4 +54,4 @@ Running sandbox in terminal ```bash $ npm start $ node ./sandbox/client -``` \ No newline at end of file +```