Skip to content

Commit 84834d3

Browse files
committed
docs: Update stream name for flink compatibility
1 parent a9717e2 commit 84834d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ streamsql.identify('USER_ID')
3131

3232
// Send data on your streams
3333
streamsql.sendEvent(
34-
'my-event-stream',
34+
'mystream',
3535
{ eventName: 'My Event' },
3636
)
3737
```

0 commit comments

Comments
 (0)