Skip to content

Commit

Permalink
Improve readme code with import clarity
Browse files Browse the repository at this point in the history
I didn't know which `include` was being referenced here until I looked at the test cases. Still learning Django and thought it would be helpful for others too.
  • Loading branch information
helsont committed Sep 22, 2020
1 parent efc87c7 commit 1169805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ PASSWORDLESS_AUTH = {
4. Add ``drfpasswordless.urls`` to your urls.py
```python
from django.urls import path, include
urlpatterns = [
..
path('', include('drfpasswordless.urls')),
Expand Down

0 comments on commit 1169805

Please sign in to comment.