diff --git a/README.md b/README.md index f60c52f14..7ddd0ca1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## Dapr SDK for Java +[![Build Status](https://github.com/dapr/java-sdk/workflows/Build/badge.svg?event=push&branch=master)](https://github.com/dapr/java-sdk/actions?workflow=Build) +[![Gitter](https://badges.gitter.im/Dapr/java-sdk.svg)](https://gitter.im/Dapr/java-sdk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + This is the Dapr SDK for Java, including the following features: * PubSub @@ -143,4 +147,4 @@ When releasing a new version of this SDK you must increase the version of all mo ```sh mvn versions:set -DnewVersion="0.1.0-preview02" mvn versions:commit -``` \ No newline at end of file +```