Skip to content

Commit

Permalink
README: Minor corrects
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Feb 15, 2016
1 parent 95b15a1 commit a2a5c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Installation
Quick Start
-----------

1. Add "djangofurl" to your INSTALLED_APPS::
1. Add "django_furl" to your INSTALLED_APPS::

INSTALLED_APPS = [
...
'django_furl',
]

2. Load "djangofurl" in your template::
2. Load "furl_tags" in your template::

{% load furl_tags %}

Expand Down

0 comments on commit a2a5c4a

Please sign in to comment.