Skip to content

Commit 7bf7660

Browse files
committed
IMPROVED : Docs Syntax Highlighting
1 parent 5d70498 commit 7bf7660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Using Composer
3333
To install via Composer, add the following lines to your
3434
``composer.json``:
3535

36-
.. code:: json
36+
.. code-block:: json
3737
3838
{
3939
"require": {
@@ -49,7 +49,7 @@ github <https://github.com/PHPOffice/PHPWord/archive/master.zip>`__.
4949
Extract the package and put the contents to your machine. To use the
5050
library, include ``Classes/PHPWord.php`` in your script like below.
5151

52-
.. code:: php
52+
.. code-block:: php
5353
5454
require_once '/path/to/PHPWord/Classes/PHPWord.php';
5555

0 commit comments

Comments
 (0)