Skip to content

Commit

Permalink
Merge pull request #847 from svenluijten/patch-1
Browse files Browse the repository at this point in the history
Fix strange wording in readme
  • Loading branch information
alexwilson committed Jan 11, 2017
2 parents 7b995fa + d3f7183 commit 966f419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -240,7 +240,7 @@ $runtimeConfig = array(

Sometime you need to resolve the image path returned by this bundle for a
filtered image. This can easily be achieved using Symfony's console binary
or pragmatically from within a controller or other piece of code.
or programmatically from within a controller or other piece of code.


#### Resolve with the Console
Expand All @@ -262,7 +262,7 @@ $ php app/console liip:imagine:cache:resolve relative/path/to/image1.jpg --filte
```


#### Resolve Pragmatically
#### Resolve Programmatically

You can resolve the image URL in your code using the `getBrowserPath`
method of the `liip_imagine.cache.manager` service. Assuming you already
Expand Down

0 comments on commit 966f419

Please sign in to comment.