diff --git a/README.md b/README.md
index 7c0e32bbbfb0e707c50b781d180c795d7e1cefd0..f94d5933f039ca445fd8cacf6d67dad9fbe37a98 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