Skip to content

Commit cb89b30

Browse files
authored
Merge pull request #1071 from stof/patch-1
Fix code block markup in the installation documentation
2 parents 5b95517 + b9e89a1 commit cb89b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ you have PHP installed.
1717

1818
To use the commandline tool you need to install it using `Composer <https://getcomposer.org/>`__::
1919

20-
.. code:: bash
20+
.. code-block:: bash
2121
2222
composer require --dev phpdocumentor/guides-cli
2323
2424
This will install the commandline tool in the vendor/bin directory. You can then use it as follows::
2525

26-
.. code:: bash
26+
.. code-block:: bash
2727
2828
vendor/bin/guides ./docs
2929
@@ -37,7 +37,7 @@ Library (advanced)
3737

3838
If you are building your own application you can install the libraries using `Composer <https://getcomposer.org/>`__::
3939

40-
.. code:: bash
40+
.. code-block:: bash
4141
4242
composer require phpdocumentor/guides
4343

0 commit comments

Comments
 (0)