From 8589fe1c6d4e881444addb5b65a98a99bd3f5ac0 Mon Sep 17 00:00:00 2001
From: timmolter <tim.molter@gmail.com>
Date: Sat, 25 Aug 2012 13:25:12 +0200
Subject: [PATCH] xml formatting

---
 README.md | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 5ee1a61d..b873cb1a 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
 ===============
-- 
GitLab