diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index a0915fbeaf4..2d666b02f31 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -292,7 +292,7 @@ following standardized instructions in your ``README.md`` file. Open a command console, enter your project directory and execute: ```console - $ composer require + composer require ``` Applications that don't use Symfony Flex @@ -304,7 +304,7 @@ following standardized instructions in your ``README.md`` file. following command to download the latest stable version of this bundle: ```console - $ composer require + composer require ``` ### Step 2: Enable the Bundle @@ -333,9 +333,9 @@ following standardized instructions in your ``README.md`` file. Open a command console, enter your project directory and execute: - .. code-block:: bash - - $ composer require + ```bash + composer require + ``` Applications that don't use Symfony Flex ---------------------------------------- @@ -346,9 +346,9 @@ following standardized instructions in your ``README.md`` file. Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: - .. code-block:: terminal - - $ composer require + ```bash + composer require + ``` Step 2: Enable the Bundle ~~~~~~~~~~~~~~~~~~~~~~~~~