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 +```