We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d70498 commit 7bf7660Copy full SHA for 7bf7660
docs/setup.rst
@@ -33,7 +33,7 @@ Using Composer
33
To install via Composer, add the following lines to your
34
``composer.json``:
35
36
-.. code:: json
+.. code-block:: json
37
38
{
39
"require": {
@@ -49,7 +49,7 @@ github <https://github.com/PHPOffice/PHPWord/archive/master.zip>`__.
49
Extract the package and put the contents to your machine. To use the
50
library, include ``Classes/PHPWord.php`` in your script like below.
51
52
-.. code:: php
+.. code-block:: php
53
54
require_once '/path/to/PHPWord/Classes/PHPWord.php';
55
0 commit comments