From ddfb2c5c8e081b28769a5ff9c638626d60f741a9 Mon Sep 17 00:00:00 2001 From: inder123 Date: Wed, 2 Dec 2015 17:21:24 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b76d25d..23d00c01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # google-gson -![Build Status](https://travis-ci.org/google/gson.svg?branch=master) +[![Build Status](https://travis-ci.org/google/gson.svg?branch=master)](https://travis-ci.org/google/gson) Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.