Skip to content

Commit 5a33e0e

Browse files
committed
clarify bundle installation instructions
1 parent 9fb296d commit 5a33e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ following standardized instructions in your ``README.md`` file.
233233
Step 2: Enable the Bundle
234234
-------------------------
235235
236-
Then, enable the bundle by adding the following line in the `app/AppKernel.php`
237-
file of your project:
236+
Then, enable the bundle by adding it to the list of registered bundles
237+
in the `app/AppKernel.php` file of your project:
238238
239239
```php
240240
<?php
@@ -279,8 +279,8 @@ following standardized instructions in your ``README.md`` file.
279279
Step 2: Enable the Bundle
280280
-------------------------
281281
282-
Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
283-
file of your project:
282+
Then, enable the bundle by adding it to the list of registered bundles
283+
in the ``app/AppKernel.php`` file of your project:
284284
285285
.. code-block:: php
286286

0 commit comments

Comments
 (0)