diff --git a/README.md b/README.md
index b873cb1a1746f4f0aff92a9a2cd14ea9ba254f9a..25636ea28315a810c237cddc52bfef998b7ed279 100644
--- a/README.md
+++ b/README.md
@@ -21,26 +21,26 @@ Maven
 -----
 The XChart artifacts are currently hosted on the Xeiam Nexus repository here:
 
-  <repositories>
-    <repository>
-      <id>xchange-release</id>
-      <releases/>
-      <url>http://nexus.xeiam.com/content/repositories/releases</url>
-    </repository>
-    <repository>
-      <id>xchange-snapshot</id>
-      <snapshots/>
-      <url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
-    </repository>
-  </repositories>
+    <repositories>
+      <repository>
+        <id>xchange-release</id>
+        <releases/>
+        <url>http://nexus.xeiam.com/content/repositories/releases</url>
+      </repository>
+      <repository>
+        <id>xchange-snapshot</id>
+        <snapshots/>
+        <url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
+      </repository>
+    </repositories>
   
 Add this to dependencies in pom.xml:
 
-  <dependency>
-    <groupId>com.xeiam</groupId>
-    <artifactId>xchart</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
-  </dependency>
+    <dependency>
+      <groupId>com.xeiam</groupId>
+      <artifactId>xchart</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
+    </dependency>
 
 Building
 ===============