From 4c9efe58ff2880b500a94caf9a45bc2fe7ce65e1 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sun, 24 May 2015 19:20:08 +0300 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 688f610..5059eee 100644 --- a/README.md +++ b/README.md @@ -8,8 +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 -* Serves your static files to localhost:9001 -* Reloads your browser with LiveReload when files change +* Uses [BrowserSync](http://www.browsersync.io/) to serves 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)