From bcc2c7a92ef2a55598286e3540327277a60ae681 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 8 Mar 2026 16:16:45 +0900 Subject: [PATCH] Fix Maven Central badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc2b46f..f225c9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# monoids ![Continuous Integration](https://github.com/typelevel/monoids/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/monoids_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/monoids_2.13) +# monoids ![Continuous Integration](https://github.com/typelevel/monoids/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/monoids_2.13)](https://central.sonatype.com/artifact/org.typelevel/monoids_2.13) Monoids is a library of a set of generic `Monoid` and `Semigroup` types that are very useful for abstract programming.