Skip to content

Commit

Permalink
Merge pull request #820 from liip/image-cache-manager-typo
Browse files Browse the repository at this point in the history
Updating 2.0 with corrections from 1.0
  • Loading branch information
lsmith77 authored Nov 3, 2016
2 parents c8648ca + b8c496e commit f8aa614
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 f8aa614

Please sign in to comment.