Skip to content

Commit

Permalink
Fix URL doc guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 10, 2018
1 parent 1914cc7 commit 5a89f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Finally, add `pinax.invitations.urls` to your project urlpatterns:
```python
urlpatterns = [
# other urls
url(r"^blog/", include("pinax.invitations.urls", namespace="pinax_invitations")),
url(r"^invitations/", include("pinax.invitations.urls", namespace="pinax_invitations")),
]
```

Expand Down

0 comments on commit 5a89f9c

Please sign in to comment.