From 124e00de138db6f2b1fd8e4940650f7fb036008b Mon Sep 17 00:00:00 2001
From: Christoph Thelen <christoph.thelen@mni.thm.de>
Date: Wed, 29 Jan 2014 13:00:58 +0100
Subject: [PATCH] Removed mobile specific comment.

This should be moved into the README for ARSnova mobile
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c56d728a..9646c934 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The easiest way to deploy ARSnova is via Jetty:
 
 	mvn jetty:run -Dmobile.path=
 	
-This will work out of the box. ARSnova will be located at <http://localhost:8080/developer.html>. Be sure to use `developer.html` instead of `index.html` because it does not use any minified scripts or stylesheets. This way, your changes will take effect immediately without an additional build step.
+This will work out of the box. ARSnova will be located at <http://localhost:8080/>. 
 
 If you're wondering what that `-Dmobile.path=` thing is doing, this is a special override property for Jetty. By default, this property points to a local version of ARSnova mobile located at `../arsnova-mobile` &mdash; relative to the location of this project. If you happen to have downloaded ARSnova mobile to this location, you may skip the override, and just use:
 	
-- 
GitLab