From 1e2efa8a4972b731f4a523d18cffe43bf445ddea Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 8 Jan 2013 20:00:49 +0100
Subject: [PATCH] fixed README

---
 README.md | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 7c0e32bb..f94d5933 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,10 @@ Non-Maven
 ---------
 Download Jar: http://xeiam.com/xchart.jsp
 
-The XChart release artifacts are hosted on Maven Central. Otherwise if you need the latest snapshots, they are hosted at oss.sonatype.org. Add the following repository to your pom.xml file.
+Maven
+-----
+The XChart release artifacts are hosted on Maven Central.
 
-    <repository>
-      <id>xchart-snapshot</id>
-      <snapshots/>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-    </repository>
-  
 Add this dependency to your pom.xml file:
 
     <dependency>
@@ -33,6 +29,14 @@ Add this dependency to your pom.xml file:
       <version>1.2.1</version>
     </dependency>
 
+For snapshots, add the following repository to your pom.xml file.
+
+    <repository>
+      <id>xchart-snapshot</id>
+      <snapshots/>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </repository>
+
 Building
 ===============
 mvn clean package  
-- 
GitLab