Skip to content

Commit

Permalink
Merge pull request #168 from raybesiga/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
valberg committed Mar 30, 2022
2 parents 4aec98d + f3741db commit f68d3a3
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 @@ -25,7 +25,7 @@ pip install django-invitations
'invitations',
# Append to urls.py
url(r'^invitations/', include('invitations.urls', namespace='invitations')),
path("invitations/", include('invitations.urls', namespace='invitations')),
# Run migrations
Expand Down

0 comments on commit f68d3a3

Please sign in to comment.