Update README.rst

Small spelling errors
This commit is contained in:
Joe Letts
2014-02-10 10:46:35 +00:00
parent c0c623ba11
commit ab0c36dbd5

View File

@@ -15,7 +15,7 @@ Django Compressor
:target: http://travis-ci.org/django-compressor/django-compressor :target: http://travis-ci.org/django-compressor/django-compressor
Django Compressor combines and compresses linked and inline Javascript 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. ``compress`` template tag.
HTML in between ``{% compress js/css %}`` and ``{% endcompress %}`` is 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 and given an unique name based on their content. Alternatively it can also
return the resulting content to the original template directly. 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. a far future expiration date without worrying about stale browser caches.
The concatenation and compressing process can also be jump started outside The concatenation and compressing process can also be jump started outside