<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 django-shorturls
 ================
 
-A custom URL shortening app for Django, including easy ``rev=cannonical``
+A custom URL shortening app for Django, including easy ``rev=canonical``
 support.
 
 Most code was originally by Simon Willison; see
@@ -40,7 +40,7 @@ So, you want to host your own short URLs on your Django site:
 3. If you'd like to quickly link to shortened URLs in your templates, stick
    ``&quot;shorturls&quot;`` in ``INSTALLED_APPS``, and then in your templates do::
    
-        {% load shorturls %}
+        {% load shorturl %}
         &lt;a href=&quot;{% shorturl object %}&quot;&gt;...&lt;/a&gt;
         
    (where ``object`` is a model instance).
@@ -48,7 +48,7 @@ So, you want to host your own short URLs on your Django site:
    Alternatively::
   
         {% load shorturls %}
-        {% recanonical object %}
+        {% revcanonical object %}
         
    This generates the whole ``&lt;link rev=&quot;canonical&quot; href=&quot;...&quot;&gt;`` tag for
    you.
@@ -80,4 +80,4 @@ Available settings are:
     
     If not defined, the redirect view will try to guess the proper domain by
     consulting the ``django.contrib.sites`` framework, if installed, or the
-    requested domain, if not.
\ No newline at end of file
+    requested domain, if not.</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c55f089a40a0bd443c697dfdc198f60d6f306eea</id>
    </parent>
  </parents>
  <author>
    <name>Camron Flanders</name>
    <email>camron.flanders@gmail.com</email>
  </author>
  <url>http://github.com/jacobian/django-shorturls/commit/6b4506871ac9b6e0a1aa5f59e2a07c873c122b6d</url>
  <id>6b4506871ac9b6e0a1aa5f59e2a07c873c122b6d</id>
  <committed-date>2009-04-20T12:54:56-07:00</committed-date>
  <authored-date>2009-04-20T12:54:56-07:00</authored-date>
  <message>Fixed a few typos in the README.</message>
  <tree>ef2d4cf14f26f1031f37eb66598873ea8a3eab0d</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
