Skip to content

Commit

Permalink
Merge pull request #634 from trsteel88/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lsmith77 committed Oct 27, 2015
2 parents 9a7c8f4 + cfede61 commit 7b688ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Where only paths required parameter. They are separated by space. If you omit fi
If you need to access filtered image URL in your controller:

``` php
$this->get('liip_imagine.cache.manager')->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb', true),
$this->get('liip_imagine.cache.manager')->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb'),
```

In this case, the final rendered path would contain some random data in the path
Expand Down

0 comments on commit 7b688ff

Please sign in to comment.