Skip to content

Commit

Permalink
clarify bundle installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 31, 2015
1 parent 9fb296d commit 5a33e0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ following standardized instructions in your ``README.md`` file.
Step 2: Enable the Bundle
-------------------------
Then, enable the bundle by adding the following line in the `app/AppKernel.php`
file of your project:
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php
<?php
Expand Down Expand Up @@ -279,8 +279,8 @@ following standardized instructions in your ``README.md`` file.
Step 2: Enable the Bundle
-------------------------
Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
file of your project:
Then, enable the bundle by adding it to the list of registered bundles
in the ``app/AppKernel.php`` file of your project:
.. code-block:: php
Expand Down

0 comments on commit 5a33e0e

Please sign in to comment.