From 8025d03b9a3cfa51dffa4de46aad106a7bae24c6 Mon Sep 17 00:00:00 2001 From: Oliver Kossin Date: Fri, 24 Sep 2021 13:17:48 +0200 Subject: [PATCH] Extend Readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3aa3e8c..9e7bae0 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ project: ```bash -composer require thecadien/sulu-news-bundle +composer composer require thecadien/sulu-news-bundle --with-all-dependencies ``` @@ -71,7 +71,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. ```yaml sulu_news.controller: class: 'TheCadien\Bundle\SuluNewsBundle\Controller\NewsWebsiteController'