From cac11fab73a5baf8f5eec211e17fce169c76a25b Mon Sep 17 00:00:00 2001 From: Grant Timmerman <744973+grant@users.noreply.github.com> Date: Mon, 9 Nov 2020 13:21:14 -0600 Subject: [PATCH] docs: add badge (#30) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c99d5403..e24ea593 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Google CloudEvents – Java +[![Maven Central](https://img.shields.io/maven-central/v/com.google.cloud/google-cloudevent-types.svg)](https://search.maven.org/artifact/com.google.cloud/google-cloudevent-types) + This repository contains POJOs for CloudEvents issued by Google. ## Prerequisites @@ -58,4 +60,4 @@ public class EventController { // Use message data } } -``` \ No newline at end of file +```