Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 23, 2015
1 parent e67deaa commit eb6ce36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/assetic/asset_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Starting from Symfony 2.8, Assetic is no longer included by default in the
Symfony Standard Edition. Before using any of its features, install the
AsseticBundle executing this console command in your project:

.. code-block:: bash
.. code-block:: bash
$ composer require symfony/assetic-bundle
$ composer require symfony/assetic-bundle
Then, enable the bundle in the ``AppKernel.php`` file of your Symfony application::

Expand Down

0 comments on commit eb6ce36

Please sign in to comment.