mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-22 22:14:45 +00:00
Fix a typo in README (issue #110)
This commit is contained in:
parent
3da99ca328
commit
85a4d7f283
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ To generate an notification anywhere in your code, simply import the notify sign
|
|||
|
||||
::
|
||||
|
||||
from notifications.signal import notify
|
||||
from notifications.signals import notify
|
||||
|
||||
notify.send(user, recipient=user, verb='you reached level 10')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue