diff --git a/README.md b/README.md index 7cc7e8bd4e..500d472f14 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Core plugins at present include: - Watermark (Set a text watermark) - Format (Sets the output format) - Rotate (Rotate the image) + - Flip (Flip the image) - Quality (The quality to set the output for jpeg files) - Vignette (Adds a vignette effect to images) @@ -51,7 +52,7 @@ e.g. Using the HttpModule requires no code writing at all. Just reference the binaries and add the relevant sections to the web.config -Image requests suffixed with querystring parameters will then be processed and cached to the server allowing for easy and efficient parsing of following requests. +Image requests suffixed with querystring parameters will then be processed and **cached to the server - up to 360,000 images** allowing for easy and efficient parsing of following requests. The parsing engine for the HttpModule is incredibly flexible and will **allow you to add querystring parameters in any order.**