diff options
author | Silvio <silvio@devlet.com.br> | 2011-04-26 17:22:48 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2011-04-26 17:22:48 -0300 |
commit | 9ed0ba9822f1471e0b9a1e051aad33ede5966d17 (patch) | |
tree | 1f45850d85de89bcec886d530eea0b10412ab613 | |
parent | df070a36a81a6ef897a83922f0915e70c2154b2f (diff) | |
download | imagecache_auto-9ed0ba9822f1471e0b9a1e051aad33ede5966d17.tar.gz imagecache_auto-9ed0ba9822f1471e0b9a1e051aad33ede5966d17.tar.bz2 |
README fix
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ operation by providing: 1. An internal API for creating or removing multiple ImageCache presets at once. - 2. A public API for creating ImageCache presets upon request + 2. A public API for creating ImageCache presets upon requests to paths like http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename>, which will automatically create a resize and crop profile with the given dimensions and return the filename. |