From 6b39237ba01eaef9426a68648d0e9e3b45bb28f3 Mon Sep 17 00:00:00 2001 From: Oliver Kossin Date: Thu, 6 Oct 2022 14:18:12 +0200 Subject: [PATCH] Update Readme.md for sulu 2.4 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 24087b2..ef31b80 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ ## Requirements * PHP 8.0 -* Sulu >=2.3.* +* Sulu >=2.4.* * Symfony >=4.3 ## Features @@ -74,7 +74,7 @@ sulu_news.admin: name_prefix: app. ``` -Configure your own public website controller with the name `sulu_news.controller` or use the default bundle controller as follows. +Configure your own public website controller with the name `sulu_news.controller` or use the default bundle controller as follows in your `service.yml`. ```yaml sulu_news.controller: class: 'TheCadien\Bundle\SuluNewsBundle\Controller\NewsWebsiteController'