From 9526e755a81434b97b885e5fa6ec82aca3b96312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 10 Mar 2023 17:28:51 +0100 Subject: [PATCH] Add Maven Central badge to README.md Cute visual badge from https://shields.io. This makes it easy to find the "GAV" of the current release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe0e212..b30bcb99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# google-java-format +# google-java-format ![Maven Central](https://img.shields.io/maven-central/v/com.google.googlejavaformat/google-java-format) `google-java-format` is a program that reformats Java source code to comply with [Google Java Style][].