Skip to content

Commit 7097070

Browse files
committed
Added the fixes suggested by Ryan
1 parent 35dddba commit 7097070

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
@@ -215,15 +215,15 @@ following standardized instructions in your ``README.md`` file.
215215
$ composer require <package-name> "~1"
216216
```
217217
218-
This command requires to have Composer installed globally, as explained
218+
This command requires you to have Composer installed globally, as explained
219219
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
220-
of Composer documentation.
220+
of the Composer documentation.
221221
222222
Step 2: Enable the Bundle
223223
-------------------------
224224
225-
Then, enable the bundle adding the following line in the `AppKernel`
226-
class of your project:
225+
Then, enable the bundle by adding the following line in the `app/AppKernel.php`
226+
file of your project:
227227
228228
```php
229229
<?php

0 commit comments

Comments
 (0)