From aa86043c9250d5073064610a66a402fb7efdda93 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Sun, 15 Oct 2017 22:08:02 -0700 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77ff257..62c284a 100644 --- a/README.md +++ b/README.md @@ -292,15 +292,14 @@ require('babel-polyfill') ## Development -Run: +To build the examples and start the dev server, run: ```shell npm start ``` +Now, open `http://localhost:8080` and start hacking! -to build the examples and start the dev server. Now, open `http://localhost:8080` -and start hacking! -If you just want to build the examples run: +If you just want to build the examples, run: ```shell npm run examples ```