Skip to content

Commit 3baf737

Browse files
authored
Merge pull request #229 from jGleitz/chore/readme-badges
chore: update badges in README.md
2 parents 86173d1 + 64e68f8 commit 3baf737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22
_Convert between different string notations commonly found in programming._
33
Useful, for example, to build identifiers when generating code.
44
Also includes notations to build valid Java type or member names.

0 commit comments

Comments
 (0)