From 3b5b77ef9e5000576f3f6a0af4bb0dcfbdcbb1a4 Mon Sep 17 00:00:00 2001 From: Christian Kolb Date: Thu, 5 Dec 2024 13:40:15 +0100 Subject: [PATCH] Fixed naming in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bee4eb..cd25178 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ public function handle(UserPayload $userPayload): string } ``` -This can be combined with the [CQRS bundle](https://github.com/digital-craftsman-de/cqrs) to have serialized ids there. +This can be combined with the [CQS bundle](https://github.com/digital-craftsman-de/cqs-routing) to have serialized ids there. ### Doctrine types