Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
docs: Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Dec 11, 2016
1 parent 23a13dd commit 555af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ Add urls to your *urls.py*
```python
urlpatterns = patterns('',
...
url(r'^accounts/', include('nopassword.urls'), namespace='nopassword'),
url(r'^accounts/', include('nopassword.urls', namespace='nopassword')),
...
)
```
Expand Down

0 comments on commit 555af98

Please sign in to comment.