Skip to content

Commit

Permalink
docs(readme): Fix second Maven Central badge and link (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 4, 2023
1 parent 5c50f0c commit b4202f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ For example, the JDK17+ version of `Either<L, R>` uses a combination of [sealed

## Install

[![Maven Central](https://img.shields.io/maven-central/v/io.github.joselion/maybe.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.joselion%22%20AND%20a:%22maybe%22)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.joselion/maybe?logo=sonatype)](https://central.sonatype.com/artifact/io.github.joselion/maybe)

Maybe is available in [Maven Central](https://mvnrepository.com/artifact/io.github.joselion/maybe). You can checkout the latest version with the badge above.
Maybe is available in [Maven Central](https://central.sonatype.com/artifact/io.github.joselion/maybe). You can checkout the latest version with the badge above.

**Gradle**

Expand Down

0 comments on commit b4202f0

Please sign in to comment.