Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricdrigon committed Oct 3, 2013
1 parent 53da237 commit 2f3ee6d
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 2f3ee6d

Please sign in to comment.