Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ following standardized instructions in your ``README.md`` file.
following command to download the latest stable version of this bundle:

```console
$ composer require <package-name> "~1"
$ composer require <package-name>
```

This command requires you to have Composer installed globally, as explained
Expand Down Expand Up @@ -256,7 +256,7 @@ following standardized instructions in your ``README.md`` file.

.. code-block:: terminal

$ composer require <package-name> "~1"
$ composer require <package-name>

This command requires you to have Composer installed globally, as explained
in the `installation chapter`_ of the Composer documentation.
Expand Down