From f168073bdaba51df1e27273a4ec472d1c3114095 Mon Sep 17 00:00:00 2001 From: "Valeriy.Vyrva" Date: Fri, 4 Mar 2016 10:47:42 +0600 Subject: [PATCH] Add Javadoc badge with automatic version detection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb8147a..14e4f33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://img.shields.io/travis/laktak/hjson-java.svg?style=flat-square)](http://travis-ci.org/laktak/hjson-java) [![Maven Central](https://img.shields.io/maven-central/v/org.hjson/hjson.svg?style=flat-square)](http://search.maven.org/#search|ga|1|g%3A%22org.hjson%22%20a%3A%22hjson%22) +[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/org.hjson/hjson/badge.svg?style=flat-square&color=blue)](http://www.javadoc.io/doc/org.hjson/hjson) [Hjson](http://hjson.org), the Human JSON. A configuration file format that caters to humans and helps reduce the errors they make.