From 273531e352762f48f52fc8a55ac601509776d3d0 Mon Sep 17 00:00:00 2001 From: kske Date: Fri, 8 Jan 2021 09:45:07 +0100 Subject: [PATCH] Link the Maven repository in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86d5aa8..ffc596d 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ In a more sophisticated example the class would acquire an external event bus th Note that creating static event handlers like this ```java - @Event - private static void onSimpleEvent(SimpleEvent event) ... +@Event +private static void onSimpleEvent(SimpleEvent event) ... ``` is technically possible, however you would still have to create an instance of the event listener to register it at an event bus. @@ -126,7 +126,7 @@ As event handlers are ordered by priority, it is not defined which of them will ## Installation -Event Bus is currently hosted at [kske.dev](https://kske.dev). +Event Bus is currently hosted at [kske.dev](https://kske.dev/maven-repo/dev/kske/event-bus/). To include it inside your project, just add the Maven repository and the dependency to your `pom.xml`: ```xml