Skip to content

Commit

Permalink
Merge pull request #819 from redjanym/1.0
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
alexwilson authored Oct 31, 2016
2 parents 42bf661 + b8c496e commit 6bcd179
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 @@ -284,7 +284,7 @@ path to get its resolved location.
$imagineCacheManager = $this->get('liip_imagine.cache.manager');
/** @var string */
$resolvedPath = $this->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb');
$resolvedPath = $imagineCacheManager->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb');
```


Expand Down

0 comments on commit 6bcd179

Please sign in to comment.