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.
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
You can’t perform that action at this time.
0 commit comments