Skip to content

Commit

Permalink
Fix link to dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 5, 2014
1 parent 08d68a1 commit 9a7ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To display a rough demo, minify and start a webserver with
grunt minify
grunt server
```
A good place to navigate your browser to at the moment would be [http://localhost:8081/app/#/staging2?doc=1&s=2](http://localhost:8084/app/#/staging2?doc=1&s=2)
A good place to navigate your browser to at the moment would be [http://localhost:8081/app/#/staging2?doc=1&s=2](http://localhost:8081/app/#/staging2?doc=1&s=2)


During development a watch task (`grunt reloader`) can optionally be
Expand Down

0 comments on commit 9a7ead4

Please sign in to comment.