From afc3fe5a134bbcdb2ea7b6b44d8833f988c95264 Mon Sep 17 00:00:00 2001 From: sgaze Date: Mon, 16 Jun 2014 11:36:31 +0200 Subject: [PATCH] Update README.md More understandable doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f4a1f22a..d3750222d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can also pass some options at runtime: ``` jinja {% set runtimeConfig = {"thumbnail": {"size": [50, 50] }} %} - + ``` Or if you're using PHP templates: @@ -109,7 +109,7 @@ $runtimeConfig = array( ``` Also you can resolve image url from console: ```jinja -app/console liip:imagine:cache:resolve images/dream.jpg images/dream2.jpg --filters=thumbnail_web_path --filters=thumbnail_default +app/console liip:imagine:cache:resolve relative/path/to/image.jpg relative/path/to/image2.jpg --filters=my_thumb --filters=thumbnail_default ``` Where only paths required parameter. They are separated by space. If you omit filters option will be applied all available filters.