Skip to content

Commit

Permalink
Clarify getting started example
Browse files Browse the repository at this point in the history
The first example in README is mentioning `client.js`. When it serve via `budo`,
I think the client-side script is the `client.js` not `bundle.js` in this case.
  • Loading branch information
okuryu committed Jul 21, 2016
1 parent f1cd8b8 commit 9d59c21
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 9d59c21

Please sign in to comment.