Skip to content

Commit d0653c7

Browse files
authored
docs(readme): fix Realtime API example link (#1272)
1 parent b7c2d3d commit d0653c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ rt.socket.addEventListener('open', () => {
153153
});
154154
```
155155

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

158158
### Realtime error handling
159159

0 commit comments

Comments
 (0)