Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybert authored Oct 26, 2016
1 parent a936f65 commit 650dc88
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 @@ -54,7 +54,7 @@ Example usage in a controller:
*
* @var \Imagify\Optimizer $imagify
*/
$imagify = $this->container->get('ybert_imagify.optimizer');
$imagify = $this->get('ybert_imagify.optimizer');
$param = array(
"level"=> 'ultra',
"resize"=> array("width"=> 50),
Expand Down

0 comments on commit 650dc88

Please sign in to comment.