We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df65cd + ed1b1be commit 9a6f3d9Copy full SHA for 9a6f3d9
README.md
@@ -144,7 +144,7 @@ Example 2: Listen to all UPDATES in the `public` schema
144
```js
145
var allChanges = this.socket.channel('realtime:public')
146
.join()
147
- .on(EVENTS.UDPATE, payload => { console.log('Update received!', payload) })
+ .on(EVENTS.UPDATE, payload => { console.log('Update received!', payload) })
148
149
```
150
0 commit comments