Skip to content

Commit

Permalink
[DOCS] Improved docs for installation (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Aug 4, 2019
2 parents 4f3cb8d + e14b96b commit 9173ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,12 +25,13 @@ composer require core23/dompdf-bundle

### Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in `bundles.php` file of your project:
Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```php
// config/bundles.php

return [
// ...
Core23\DompdfBundle\Core23DompdfBundle => ['all' => true],
];
```
Expand Down

0 comments on commit 9173ede

Please sign in to comment.