diff options
| author | Dougal Matthews | 2009-12-15 07:25:21 +0800 | 
|---|---|---|
| committer | Jacob Kaplan-Moss | 2009-12-16 01:17:42 +0800 | 
| commit | 1012b4afe8cb8a2952b4cbfc3d29d57de4ba53e4 (patch) | |
| tree | 5568ee4dddcc26033251feb23b2460eadfeeef44 /README | |
| parent | 3a16e5d48ce6125fd9e5fc6573ffb80bd540c697 (diff) | |
| download | django-shorturls-1012b4afe8cb8a2952b4cbfc3d29d57de4ba53e4.tar.bz2 | |
Fixed a typo in the readme
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -47,7 +47,7 @@ So, you want to host your own short URLs on your Django site:     Alternatively:: -        {% load shorturls %} +        {% load shorturl %}          {% revcanonical object %}     This generates the whole ``<link rev="canonical" href="...">`` tag for | 
