Skip to content

Commit

Permalink
Merge pull request #178 from okuryu/readme
Browse files Browse the repository at this point in the history
Clarify getting started example
  • Loading branch information
yoshuawuyts authored Jul 21, 2016
2 parents 7f37815 + 9d59c21 commit e26a2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ do:
```bash
$ mkdir -p 'dist/'
$ curl 'localhost:8080' > 'dist/index.html'
$ curl 'localhost:8080/bundle.js' > 'dist/bundle.js'
$ curl 'localhost:8080/client.js' > 'dist/client.js'
```
All using a couple of shell commands and `.js` files, no grandiose boilerplate
needed.
Expand Down

0 comments on commit e26a2af

Please sign in to comment.