Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 24, 2020
1 parent 51730c1 commit 8fb1dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Use Composer:
composer require netgen/siteaccess-routes-bundle
```

Activate in kernel:
Activate in `config/bundles.php`:

```php
$bundles[] = new Netgen\Bundle\SiteAccessRoutesBundle\NetgenSiteAccessRoutesBundle();
Netgen\Bundle\SiteAccessRoutesBundle\NetgenSiteAccessRoutesBundle::class => ['all' => true],
```

That's it. Configure the routes and go about your day.
Expand Down

0 comments on commit 8fb1dc3

Please sign in to comment.