From 0b9cb1a5f73efb6cd304e3cd758728874df00d51 Mon Sep 17 00:00:00 2001 From: L91 Date: Thu, 7 Jul 2016 09:35:22 +0200 Subject: [PATCH] fix installation instructions (#16) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0e22545a..84830d95 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,6 @@ composer require sulu/community-bundle ```php new Symfony\Bundle\SecurityBundle\SecurityBundle(), -``` - -**Add to `app/WebsiteKernel.php`** - -```php new Sulu\Bundle\CommunityBundle\SuluCommunityBundle(), ```