From 3aac9272ee25383e690eecf5f48d1c057546a803 Mon Sep 17 00:00:00 2001
From: Hannes Janetzek <hannes.janetzek@gmail.com>
Date: Thu, 4 Sep 2014 00:02:05 +0200
Subject: [PATCH] update readme

---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f455e9f2..95956fc2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 #  *\<vector\<tile\>\>map*
 
 <br/>
-http://www.opensciencemap.org<br/>
-VTM is part of the OpenScienceMap project and developed at University of Bremen.
+
+VTM is developed within the [OpenScienceMap](http://opensciencemap.org) project.
 
 ## Features
 - Java map library
@@ -11,7 +11,7 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
 - Support for multiple tile sources:
   - primary opensciencemap (.vtm)
   - mapsforge files
-  - experimental mapnik-vector-tile source
+  - GeoJSON tiles
   - bitmap: any quadtree-scheme tiles as texture
 - Backends:
   - Android
@@ -30,6 +30,9 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
 - **vtm-web-app** HTML5/GWT application
 - **vtm-ios** iOS application
 
+The libgdx backends for GWT and iOS are very experimental. 
+
+
 ## Getting started
 
 `git clone --recursive https://github.com/opensciencemap/vtm`
@@ -73,3 +76,4 @@ This library contains code from several projects:
 - **libgdx**: AsyncTask, MathUtils and Interpolation classes (https://github.com/libgdx)
 - **Android**: some Matrix code, TimSort (http://source.android.com)
 - **tessellate**: (https://github.com/cscheid/tessellate)
+