From 78813727132e63592de76e02a4a5f897fab51f38 Mon Sep 17 00:00:00 2001 From: Bago Date: Sat, 5 Dec 2015 11:38:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11c2df17e..2a2cce70a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ if you don't have it, install grunt-cli globally ``` npm install -g grunt-cli ``` -compile and run a local webserver (http://127.0.0.1:9000) with incremental build and livereload +compile and run a local webserver (http://127.0.0.1:9006) with incremental build and livereload ``` grunt ```