Skip to content

Commit

Permalink
Added -o option to readme (parcel-bundler#736)
Browse files Browse the repository at this point in the history
* Added -o option

* Update README.md
  • Loading branch information
danmarshall authored and devongovett committed Feb 4, 2018
1 parent f27d269 commit 8c3c4be
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 @@ -53,7 +53,7 @@ npm install -g parcel-bundler
parcel index.html
```

4. Now open http://localhost:1234/ in your browser. If needed, you can also override the default port with the -p option.
4. Now open http://localhost:1234/ in your browser. If needed, you can also override the default port with the `-p` option. Add `--open` to automatically open a browser.

See [parceljs.org](https://parceljs.org) for more documentation!

Expand Down

0 comments on commit 8c3c4be

Please sign in to comment.