Skip to content

Commit 7a6aa2d

Browse files
committed
readme updates
1 parent f074fc2 commit 7a6aa2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ There are to ways to fetch messages from a conversation, one is by starting a st
3838

3939
```tsx
4040
const stream = client.conversations.streamAllMessages();
41-
4241
for await (const message of await stream) {
4342
/*You message*/
4443
}

0 commit comments

Comments
 (0)