IMPROVED : Docs Syntax Highlighting

This commit is contained in:
Progi1984 2014-03-21 10:07:17 +01:00
parent 5d70498582
commit 7bf7660adc
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Using Composer
To install via Composer, add the following lines to your
``composer.json``:
.. code:: json
.. code-block:: json
{
"require": {
@ -49,7 +49,7 @@ github <https://github.com/PHPOffice/PHPWord/archive/master.zip>`__.
Extract the package and put the contents to your machine. To use the
library, include ``Classes/PHPWord.php`` in your script like below.
.. code:: php
.. code-block:: php
require_once '/path/to/PHPWord/Classes/PHPWord.php';