Fix a typo in README (issue #110)

This commit is contained in:
Zhongyuan 2015-12-30 16:28:43 +08:00
parent 3da99ca328
commit 85a4d7f283

View file

@ -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')