From ab0c36dbd52feb72b36262ef1e2cc3c5e3a15e3f Mon Sep 17 00:00:00 2001 From: Joe Letts Date: Mon, 10 Feb 2014 10:46:35 +0000 Subject: [PATCH] Update README.rst Small spelling errors --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d22a81c..ff77e4b 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Django Compressor :target: http://travis-ci.org/django-compressor/django-compressor Django Compressor combines and compresses linked and inline Javascript -or CSS in a Django templates into cacheable static files by using the +or CSS in a Django template into cacheable static files by using the ``compress`` template tag. HTML in between ``{% compress js/css %}`` and ``{% endcompress %}`` is @@ -31,7 +31,7 @@ tag pointing to the optimized file. These files are stored inside a folder and given an unique name based on their content. Alternatively it can also return the resulting content to the original template directly. -Since the file name is dependend on the content these files can be given +Since the file name is dependent on the content these files can be given a far future expiration date without worrying about stale browser caches. The concatenation and compressing process can also be jump started outside