Skip to content

Commit dd6e1c6

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: restore code block for reStructured text
2 parents 18d3694 + 3172768 commit dd6e1c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/best_practices.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ following standardized instructions in your ``README.md`` file.
346346
Open a command console, enter your project directory and execute the
347347
following command to download the latest stable version of this bundle:
348348
349-
```bash
350-
composer require <package-name>
351-
```
349+
.. code-block:: terminal
350+
351+
composer require <package-name>
352352
353353
Step 2: Enable the Bundle
354354
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)