From cd400479915244c3bcde6f9d4edf234d9faf795c Mon Sep 17 00:00:00 2001 From: Chris Kief Date: Sat, 16 Nov 2013 14:08:47 -0500 Subject: [PATCH] Fix to documentation --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 968bce9..17380d9 100644 --- a/README.rst +++ b/README.rst @@ -47,8 +47,8 @@ write a custom parser. Django Compressor also comes with built-in support for `CSS Tidy`_, `YUI CSS and JS`_ compressor, `yUglify CSS and JS`_ compressor, the Google's `Closure Compiler`_, a Python port of Douglas Crockford's JSmin_, a Python port - of the YUI CSS Compressor cssmin_ and a filter to convert (some) images into - `data URIs`_. +of the YUI CSS Compressor cssmin_ and a filter to convert (some) images into +`data URIs`_. If your setup requires a different compressor or other post-processing tool it will be fairly easy to implement a custom filter. Simply extend