From 0e482e475d3716093cf3cb561f0f6aba2dac6f6b Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 7 Aug 2014 08:30:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9ce53..bb2a811 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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/unit/](http://localhost:8580/test/unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change: +Then visit [http://localhost:8580/dist/chrome.html#/desktop](http://localhost:8580/dist/#/desktop) for front-end code or [http://localhost:8580/test/unit/](http://localhost:8580/test/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