File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ following standardized instructions in your ``README.md`` file.
215
215
$ composer require <package-name> "~1"
216
216
```
217
217
218
- This command requires to have Composer installed globally, as explained
218
+ This command requires you to have Composer installed globally, as explained
219
219
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
220
- of Composer documentation.
220
+ of the Composer documentation.
221
221
222
222
Step 2: Enable the Bundle
223
223
-------------------------
224
224
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:
227
227
228
228
```php
229
229
<?php
You can’t perform that action at this time.
0 commit comments