Skip to content

Commit d220224

Browse files
authored
fix build badge
1 parent 0425a34 commit d220224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# json5-java
2-
[![Build](https://img.shields.io/github/workflow/status/marhali/json5-java/Maven%20CD)](https://github.com/marhali/json5-java/actions)
2+
[![Build](https://img.shields.io/github/actions/workflow/status/marhali/json5-java/cd.yml?branch=main)](https://github.com/marhali/json5-java/actions)
33
[![JavaDoc](https://javadoc.io/badge2/de.marhali/json5-java/javadoc.svg)](https://javadoc.io/doc/de.marhali/json5-java)
44
[![Coverage](https://img.shields.io/codecov/c/github/marhali/json5-java)](https://codecov.io/gh/marhali/json5-java)
55
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/marhalide)
@@ -95,4 +95,4 @@ For a detailed explanation see the [Json5Options](src/main/java/de/marhali/json5
9595
## License
9696
This library is released under the [Apache 2.0 license](LICENSE).
9797

98-
Partial parts of the project are based on [GSON](https://github.com/google/gson) and [Synt4xErr0r4 / json5](https://github.com/Synt4xErr0r4/json5). The affected classes contain the respective license notice.
98+
Partial parts of the project are based on [GSON](https://github.com/google/gson) and [Synt4xErr0r4 / json5](https://github.com/Synt4xErr0r4/json5). The affected classes contain the respective license notice.

0 commit comments

Comments
 (0)