From 3d88082b007c2a6b9b9faac479e6f7c0f2119a58 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 6 Nov 2024 22:18:47 +1300 Subject: [PATCH] Fix the CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d4353..bace6a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PSR-14 Async Event Dispatcher (Experimental) -[![CI](https://github.com/archipro/revolt-event-dispatcher/actions/workflows/ci.yml/badge.svg)](https://github.com/archipro/revolt-event-dispatcher/actions/workflows/ci.yml) +[![CI](https://github.com/archiprocode/revolt-event-dispatcher/actions/workflows/ci.yml/badge.svg)](https://github.com/archiprocode/revolt-event-dispatcher/actions/workflows/ci.yml) A PSR-14 compatible event dispatcher implementation using Revolt and AMPHP for asynchronous event handling.