Skip to content

Commit

Permalink
Merge pull request #44 from stewe/master
Browse files Browse the repository at this point in the history
Fixing typo in README.md
  • Loading branch information
lsmith77 committed Jan 9, 2012
2 parents 00c988b + 38a16f5 commit 405edd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ container and apply the `liip_imagine.filter.loader` tag to it (example here in
``` xml
<service id="acme_imagine.data.loader.my_custom" class="Acme\ImagineBundle\Imagine\Data\Loader\MyCustomDataLoader">
<tag name="liip_imagine.data.loader" loader="my_custom_data" />
<argument type="service" id="imagine" />
<argument type="service" id="liip_imagine" />
<argument>%liip_imagine.formats%</argument>
</service>
```
Expand Down Expand Up @@ -384,8 +384,8 @@ liip_imagine:
```


For an example of a data loader implementation, refer to
`Liip\ImagineBundle\Imagine\Data\Loader\FileSystemLoader`.
For an example of a cache resolver implementation, refer to
`Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver`.

## Dynamic filters

Expand Down

0 comments on commit 405edd3

Please sign in to comment.