Skip to content

Commit

Permalink
Merge pull request aaronn#74 from helsont/patch-1
Browse files Browse the repository at this point in the history
Improve readme code with import clarity
  • Loading branch information
aaronn committed Nov 17, 2020
2 parents 92faffb + 1169805 commit e69b14b
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 e69b14b

Please sign in to comment.