Skip to content

Commit

Permalink
Fix code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Jul 4, 2018
1 parent 7f5e4a6 commit a176525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/installation_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Installation instructions

To install Site API first add it as a dependency to your project:

```sh
.. code-block:: shell
composer require netgen/ezplatform-site-api:^2.5
$ composer require netgen/ezplatform-site-api:^2.5
Once Site API is installed, activate the bundle in ``app/AppKernel.php`` file by adding it to the
``$bundles`` array in ``registerBundles()`` method, together with other required bundles:

```php
.. code-block:: php
public function registerBundles()
{
Expand Down

0 comments on commit a176525

Please sign in to comment.