From e323407ea581064d67a30b599304a2b146b72de1 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 7 Jun 2015 19:30:22 -0400
Subject: [PATCH] Added dependency and maven central release badges to readme.

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index edb3f7af..46a993dd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # dANN 2.x
+[![Dependency Status](https://www.versioneye.com/user/projects/5574beea336334002000012b/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5574beea336334002000012b)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.syncleus.dann/dann-core/badge.png?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.syncleus.dann/dann-core/)
 
 dANN is an Artificial Intelligence and Artificial Genetics library targeted at employing conventional algorithms as well
 as acting as a platform for research & development of novel algorithms. As new algorithms are developed and proven to be
@@ -172,4 +174,4 @@ branch of the git repository.
 
 We also maintain a GitHub clone of the official repository which can be found
 [here](https://github.com/Syncleus/dANN-core). Finally Syncleus also hosts an instance of GitLab which has a
-clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/dANN-core).
\ No newline at end of file
+clone of the repository which can be found [here](http://gitlab.syncleus.com/syncleus/dANN-core).
-- 
GitLab