Skip to content

Commit

Permalink
Merge pull request #2 from romaricdrigon/patch-1
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
Alexandre Salomé committed Nov 11, 2013
2 parents 53da237 + 2f3ee6d commit d8bb406
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Edit your ``composer.json`` and add the following package as a **require**:
Edit your ``app/AppKernel.php`` and add the bundle to the **registerBundles** method:

.. code-block:: php
public function registerBundles()
{
$bundles = array(
// ...
new Alex\AsseticExtraBundle\AlexAsseticExtraBundle(),
// ...
Configuration
-------------

Expand Down Expand Up @@ -63,7 +72,7 @@ To use it, use the filter in your ``{% stylesheets %}`` template blocks:

.. code-block:: html+jinja

{% stylesheets filters="combine,assetdirectory"
{% stylesheets filter="combine,assetdirectory"
"@SomeBundle/Resources/assets/form.css"
"../vendor/path/to/some.js"
%}
Expand Down

0 comments on commit d8bb406

Please sign in to comment.