From 361f18115bbd677aa1897ee6934308fe7f73ff74 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 8 Jul 2015 16:19:56 +0300 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5059eee..a89ac47 100644 --- a/README.md +++ b/README.md @@ -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)