From d3bc8b8f9c97d9ef4327e14486eaf4263c2380e0 Mon Sep 17 00:00:00 2001 From: Dominik Skerhak Date: Wed, 26 Jan 2022 14:37:39 +0100 Subject: [PATCH] Fix READMEs after directories moved remp/crm#2228 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a721c..0b1c891 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $this->emitter->emit(new MobiletechNotificationEvent( Outbound message expect a `mobiletech_template` to be provided. Content is processed as a `twig` template and can be injected with variables provided as parameters within `MobiletechNotificationEvent`. -Please check [`MobiletechNotificationEvent`](./src/events/MobiletechNotificationEvent.php) and [`MobiletechNotificationEnvelope`](./src/events/MobiletechNotificationEnvelope.php) to understand the provided parameters and context. +Please check [`MobiletechNotificationEvent`](./src/Events/MobiletechNotificationEvent.php) and [`MobiletechNotificationEnvelope`](./src/Events/MobiletechNotificationEnvelope.php) to understand the provided parameters and context. ## MobiletechAuthenticator