diff --git a/GEOS.md b/GEOS.md
index fbf0a52..dac4646 100644
--- a/GEOS.md
+++ b/GEOS.md
@@ -3,9 +3,7 @@
-```html
-
WARNING: experimental !
-```
+# WARNING: experimental !
Mapnik's PluginArchitecture supports the use of different input formats.
@@ -25,7 +23,6 @@ If not, install it from [here](http://trac.osgeo.org/geos/) or use your package
If scons is unable to find the needed headers and library, make sure you define where they are in _config.py_:
-
GEOS_INCLUDES='/usr/local/include'
GEOS_LIBS='/usr/local/lib'
@@ -92,4 +89,5 @@ A datasource may be created as follows:
lyr.add_style("RectangleStyle");
m.addLayer(lyr);
}
-```
\ No newline at end of file
+```
+