From 310f151b1fbc81813894d2c2e0d0d765a6409d65 Mon Sep 17 00:00:00 2001 From: Kodehawa Date: Wed, 27 Dec 2023 11:59:52 -0300 Subject: [PATCH] adding a badge has never been harder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f20c14..12530ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ImageBoard (Booru) API -![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.kodehawa/imageboard-api/badge.svg?style=flat&gav=true) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.kodehawa/imageboard-api/badge.svg?style=flat&gav=true)](https://maven-badges.herokuapp.com/maven-central/io.github.kodehawa/imageboard-api) ImageBoard API is a simple asynchronous Java API wrapper around the most popular danbooru-compatible booru APIs. Pretty much, it is a Booru library for Java. The interface also supports other types of custom boards given a little tweaking. Releases are published in [JitPack](https://jitpack.io/#Kodehawa/imageboard-api).