From 05ac7ed173a6121e5893ac6c45592cedec154427 Mon Sep 17 00:00:00 2001 From: takezoe Date: Mon, 1 Jun 2026 02:57:48 +0900 Subject: [PATCH] Fix Maven badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcf9e1f..d7b0f0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# markedj [![build](https://github.com/gitbucket/markedj/actions/workflows/build.yml/badge.svg)](https://github.com/gitbucket/markedj/actions/workflows/build.yml) [![Maven Central](https://img.shields.io/maven-central/v/io.github.gitbucket/solidbase)](https://central.sonatype.com/artifact/io.github.gitbucket/matkedj) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/markedj/blob/master/LICENSE) +# markedj [![build](https://github.com/gitbucket/markedj/actions/workflows/build.yml/badge.svg)](https://github.com/gitbucket/markedj/actions/workflows/build.yml) [![Maven Central](https://img.shields.io/maven-central/v/io.github.gitbucket/markedj)](https://central.sonatype.com/artifact/io.github.gitbucket/matkedj) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/markedj/blob/master/LICENSE) JVM port of graceful markdown processor [marked.js](https://github.com/chjj/marked).