Skip to content

Commit aa86043

Browse files
committed
Update README
1 parent 3969345 commit aa86043

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,14 @@ require('babel-polyfill')
292292

293293
## Development
294294

295-
Run:
295+
To build the examples and start the dev server, run:
296296
```shell
297297
npm start
298298
```
299+
Now, open `http://localhost:8080` and start hacking!
299300

300-
to build the examples and start the dev server. Now, open `http://localhost:8080`
301-
and start hacking!
302301

303-
If you just want to build the examples run:
302+
If you just want to build the examples, run:
304303
```shell
305304
npm run examples
306305
```

0 commit comments

Comments
 (0)