Skip to content

Commit

Permalink
docs: add badge (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Nov 9, 2020
1 parent 24e77d1 commit cac11fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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
Expand Down Expand Up @@ -58,4 +60,4 @@ public class EventController {
// Use message data
}
}
```
```

0 comments on commit cac11fa

Please sign in to comment.