Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khorwood-openai committed Oct 7, 2024
1 parent 971323d commit 6ea4dba
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 @@ -137,7 +137,7 @@ client.on('conversation.updated', ({ item, delta }) => {
// Connect to Realtime API
await client.connect();

// Send a item and triggers a generation
// Send an item and triggers a generation
client.sendUserMessageContent([{ type: 'text', text: `How are you?` }]);
```

Expand Down

0 comments on commit 6ea4dba

Please sign in to comment.