From 67fc3cf077fa54ee43efd4fb5a6dc5b76b22cf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Mon, 2 Sep 2024 18:40:54 +0200 Subject: [PATCH] badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3636137..848fc79 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TinyEventBus -[![maven central](https://maven-badges.herokuapp.com/maven-central/lol.hub/TinyEventBus/badge.svg)](https://search.maven.org/artifact/lol.hub/TinyEventBus) [![LGTM](https://img.shields.io/lgtm/grade/java/github/nothub/TinyEventBus?label=code%20quality&logo=lgtm)](https://lgtm.com/projects/g/nothub/TinyEventBus) +[![maven central](https://maven-badges.herokuapp.com/maven-central/lol.hub/TinyEventBus/badge.svg)](https://search.maven.org/artifact/lol.hub/TinyEventBus) Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.