From 64e68f869cca30bac54b1ef221b5521d62009bab Mon Sep 17 00:00:00 2001 From: Joshua Gleitze Date: Sun, 9 Nov 2025 23:41:03 +0100 Subject: [PATCH] chore: update badges in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3d813..718ce32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# string-notation [![CI Status](https://github.com/jGleitz/string-notation/workflows/CI/badge.svg)](https://github.com/jGleitz/string-notation/actions) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.joshuagleitze/string-notation/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.joshuagleitze/string-notation) +# string-notation [![CI](https://github.com/jGleitz/string-notation/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jGleitz/string-notation/actions/workflows/ci.yml?query=branch%3Amain) [![Maven Central Version](https://img.shields.io/maven-central/v/de.joshuagleitze/string-notation?logo=sonatype&label=maven%20central)](https://central.sonatype.com/artifact/de.joshuagleitze/string-notation) _Convert between different string notations commonly found in programming._ Useful, for example, to build identifiers when generating code. Also includes notations to build valid Java type or member names.