Skip to content

Commit 597e05f

Browse files
committed
readme: typo fix
1 parent 016d5bc commit 597e05f

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
@@ -361,7 +361,7 @@ You can force a transport per stream:
361361
```ts
362362
// Override the automatic transport detection to force the fetch transport.
363363
const stream = basin.stream(streamName, {
364-
forceTransport: "s2s",
364+
forceTransport: "fetch",
365365
});
366366
```
367367
<!-- snippet:end force-transport -->

0 commit comments

Comments
 (0)