Skip to content

Commit 3172768

Browse files
committedFeb 8, 2024
Merge branch '6.4' into 7.0
* 6.4: restore code block for reStructured text
2 parents d903a1b + 7da27fa commit 3172768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎bundles/best_practices.rst

+3-3
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)
Please sign in to comment.