From ee1d8bd2c87d6f4e5a589b2b961fa6b300377c3f Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Wed, 2 Aug 2017 12:36:46 +0200 Subject: [PATCH] Minor ReadMe adjustments --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6437ab1..4e21ad5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# jURAclient [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=master)](https://travis-ci.org/stklcode/juraclient) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/stklcode/juraclient/blob/master/LICENSE.txt) ![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.pubtrans/juraclient.svg) +# jURAclient +[![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=master)](https://travis-ci.org/stklcode/juraclient) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/stklcode/juraclient/blob/master/LICENSE.txt) +[![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.pubtrans/juraclient.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.pubtrans%22%20AND%20a%3A%22juraclient%22) Java client for URA based public transport APIs. @@ -61,4 +64,4 @@ List trips = ura.forStopByName("Piccadilly Circus") ## License -The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file +The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).