Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jun 22, 2017
1 parent a7e7566 commit 96a72ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -8,7 +8,7 @@ Installation

pip install pinax-teams

* Add ``teams`` to your ``INSTALLED_APPS`` setting::
* Add ``pinax.teams`` to your ``INSTALLED_APPS`` setting::

INSTALLED_APPS = (
# ...
Expand All @@ -20,7 +20,7 @@ Installation
)


* Add urls:
* Add urls::

# urls.py
url(r"^teams/", include("pinax.teams.urls")),
Expand Down

0 comments on commit 96a72ec

Please sign in to comment.