Skip to content

Commit

Permalink
docs(readme): fix Realtime API example link (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
alty-ir authored and stainless-app[bot] committed Jan 21, 2025
1 parent 4640dc6 commit 95886b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ rt.socket.addEventListener('open', () => {
});
```

A full example can be found [here](https://github.com/openai/openai-node/blob/master/examples/realtime/web.ts).
A full example can be found [here](https://github.com/openai/openai-node/blob/master/examples/realtime/websocket.ts).

### Realtime error handling

Expand Down

0 comments on commit 95886b5

Please sign in to comment.