Should be a capital 🖌️

This commit is contained in:
Vuton Design 2017-09-24 22:44:46 +01:00 committed by GitHub
parent d95b36540e
commit b47ad7a73f

View file

@ -53,7 +53,7 @@ During development, `npm start` watches any update you make to files in either `
When running `npm start`, here are some important log messages to keep an eye out for:
* `webpack: bundle is now VALID.` The bundle has been loaded into memory and is now viewable in the browser. This will show up both once `npm start` has completed its setup, and also once updates you make to files have been re-compiled for viewing in the browser.
* `webpack: bundle is now INVALID.` if you see this, then it means you have made updates to files that are still being compiled for browser viewing. Pages will still be viewable, but they will not see any updates you made yet.
* `webpack: bundle is now INVALID.` If you see this, then it means you have made updates to files that are still being compiled for browser viewing. Pages will still be viewable, but they will not see any updates you made yet.
Once running, open `http://localhost:8333` in your browser. If you wish to have the server reload automatically, you can install either [nodemon](https://github.com/remy/nodemon) or [forever](https://github.com/foreverjs/forever).