Skip to content

Commit 9a6f3d9

Browse files
committed
Merge branch 'master' of github.com:supabase/realtime
2 parents 5df65cd + ed1b1be commit 9a6f3d9

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
@@ -144,7 +144,7 @@ Example 2: Listen to all UPDATES in the `public` schema
144144
```js
145145
var allChanges = this.socket.channel('realtime:public')
146146
.join()
147-
.on(EVENTS.UDPATE, payload => { console.log('Update received!', payload) })
147+
.on(EVENTS.UPDATE, payload => { console.log('Update received!', payload) })
148148

149149
```
150150

0 commit comments

Comments
 (0)