Skip to content

Commit 982fb51

Browse files
authored
docs: update link to react-native-worklets documentation in MARKDOWN_STREAMING.md (#171)
1 parent 18235f0 commit 982fb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MARKDOWN_STREAMING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If you need to render markdown that streams token-by-token from an LLM, check out [react-native-streamdown](https://github.com/software-mansion-labs/react-native-streamdown) — a streaming-ready markdown component built on top of `react-native-enriched-markdown`.
44

5-
It combines [remend](https://www.npmjs.com/package/remend) for fixing incomplete markdown on the fly with [react-native-worklets](https://github.com/software-mansion/react-native-worklets) **Bundle Mode** to run all processing off the JS thread, keeping your UI responsive while tokens arrive.
5+
It combines [remend](https://www.npmjs.com/package/remend) for fixing incomplete markdown on the fly with [react-native-worklets](https://docs.swmansion.com/react-native-worklets/) **Bundle Mode** to run all processing off the JS thread, keeping your UI responsive while tokens arrive.
66

77
```tsx
88
import { StreamdownText } from 'react-native-streamdown';

0 commit comments

Comments
 (0)