fix typo in readme

This commit is contained in:
Riku Rouvila
2015-07-08 16:19:56 +03:00
parent 4c9efe58ff
commit 361f18115b

View File

@@ -8,7 +8,7 @@
* [Stylus](http://learnboost.github.io/stylus) files to CSS
* [ES6+ JavaScript](https://babeljs.io) files to ES5 Javascript through [browserify](http://browserify.org/)
* You are able to use 'require' in your client-side code
* Uses [BrowserSync](http://www.browsersync.io/) to serves your static files to localhost:9001 and to automatically reload your browser when files change.
* Uses [BrowserSync](http://www.browsersync.io/) to serve your static files to localhost:9001 and to automatically reload your browser when files change.
## Getting things up and running
- Install [Node.js](http://nodejs.org)