Skip to content

Commit 0d9eb9d

Browse files
authored
Merge pull request zapier#45 from arnaudlimbourg/patch-1
Fix typo in example
2 parents cae9251 + 3905674 commit 0d9eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ handle the basic `created`, `updated` and `deleted` signals & events:
136136

137137
```python
138138
>>> from django.contrib.auth.models import User
139-
>>> from rest_hooks.model import Hook
139+
>>> from rest_hooks.models import Hook
140140
>>> jrrtolkien = User.objects.create(username='jrrtolkien')
141141
>>> hook = Hook(user=jrrtolkien,
142142
event='book.added',

0 commit comments

Comments
 (0)