From eab52b11009ba96556a726b1743ed8d420906919 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 18 Feb 2014 19:26:29 +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 006e9b7..2947f3e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For development you can start a connect dev server: grunt dev -Then visit [http://localhost:8580/dist/chrome.html#/desktop](http://localhost:8580/dist/chrome.html#/desktop) for front-end code or [http://localhost:8580/test/new-unit/](http://localhost:8580/test/new-unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you change make a change: +Then visit [http://localhost:8580/dist/chrome.html#/desktop](http://localhost:8580/dist/chrome.html#/desktop) for front-end code or [http://localhost:8580/test/new-unit/](http://localhost:8580/test/new-unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change: grunt watch