Skip to content

Commit a70af1e

Browse files
committed
task->my
1 parent 1578ef8 commit a70af1e

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
@@ -68,7 +68,7 @@ To allow subscriptions to a queryset, add the `RealtimeMixin` to a GenericAPIVie
6868
```python
6969
...
7070
router = RealtimeRouter()
71-
router.register(TaskViewSet) # Register all ViewSets here
71+
router.register(MyViewSet) # Register all ViewSets here
7272
...
7373
```
7474

0 commit comments

Comments
 (0)