From d3f7183fb029a658590d61356cb538298509a8b6 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Wed, 11 Jan 2017 16:03:09 +0100 Subject: [PATCH] Fix strange wording in readme To do something "pragmatically" is to do it from a practical point of view. I'd say this entire bundle is made to solve uploading "pragmatically". I think the word you were looking for in this section was "programmatically". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 877e66caf..f63ff2e1d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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