From 730c0410137553a9b344713776eaa9effdb40be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kurf=C3=BCrst?= Date: Wed, 9 Mar 2022 16:02:50 +0100 Subject: [PATCH] TASK: fix wording --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 468fd5e..e50dc8f 100644 --- a/Readme.md +++ b/Readme.md @@ -301,7 +301,7 @@ updated after the events are stored. **How can we force a projection (or another event listener) to run synchronously?** -You can call the `Neos\EventSourcing\EventListener\EventListenerInvoker::catchup()` method directly - this calls then +You can call the `Neos\EventSourcing\EventListener\EventListenerInvoker::catchup()` method directly - this then calls the projectors (and other event listeners as needed). Best is if you create a service which contains the following snippet for each projector you want to update synchronously: