Skip to content

Commit

Permalink
Merge pull request django-compressor#124 from bfirsh/develop
Browse files Browse the repository at this point in the history
Fixed inline typo in usage docs
  • Loading branch information
jezdez committed Sep 21, 2011
2 parents db122ce + 1709528 commit 9381790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage
.. code-block:: django

{% load compress %}
{% compress <js/css> [<file/infile> [block_name]] %}
{% compress <js/css> [<file/inline> [block_name]] %}
<html of inline or linked JS/CSS>
{% endcompress %}

Expand Down

0 comments on commit 9381790

Please sign in to comment.