From c864e1b52e84c8b305d5bad13156d8c740a14a43 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Thu, 14 Jan 2016 11:51:53 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d7ae07..7acd32b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ domain-objects ============== [![Build Status](https://travis-ci.org/sangupta/domain-objects.svg?branch=master)](https://travis-ci.org/sangupta/domain-objects) -[![Coverage Status](https://coveralls.io/repos/sangupta/domain-objects/badge.png)](https://coveralls.io/r/sangupta/domain-objects) +[![Coverage Status](https://coveralls.io/repos/sangupta/domain-objects/badge.svg?branch=master&service=github)](https://coveralls.io/github/sangupta/domain-objects?branch=master) [![Maven Version](https://maven-badges.herokuapp.com/maven-central/com.sangupta/domain-objects/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.sangupta/domain-objects) @@ -23,7 +23,8 @@ The library is tested on the following JDK versions: * Oracle JDK 7 * Open JDK 7 -**Change Log** +Change Log +---------- Downloads --------- @@ -54,8 +55,8 @@ Then add the dependency as, ```xml com.github.sangupta - jerry-core - 1.0.1-SNAPSHOT + domain-objects + CURRENT-SNAPSHOT-VERSION ```