Fix typo in readme

This commit is contained in:
Stephen McDonald 2012-07-14 17:24:47 +10:00
parent c1dfb444b4
commit 0eadfa43b4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ django-overextends by adding the ``overextends`` app to the
'overextends',
)
Note that while the ``extends`` tag is provided by the package
Note that while the ``overextends`` tag is provided by the package
``overextends.templatetags.overextends_tags``, it is unnecessary to use
``{% load overextends_tags %}`` in your templates. Like the ``extends``
tag, ``overextends`` must be the first tag in your template, so it is