Skip to content

Commit b736b8e

Browse files
war-intomekzaw
andauthored
Update README.md
Co-authored-by: Tomasz Zawadzki <[email protected]>
1 parent 78ff11d commit b736b8e

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
@@ -148,7 +148,7 @@ Currently, only the following types are supported:
148148
type MarkdownType = 'bold' | 'italic' | 'strikethrough' | 'emoji' | 'mention-here' | 'mention-user' | 'mention-report' | 'link' | 'code' | 'pre' | 'blockquote' | 'h1' | 'syntax';
149149
```
150150

151-
Parser needs to be marked as a [worklet](https://docs.swmansion.com/react-native-worklets) because it's executed on the UI thread as the user types.
151+
Parser needs to be marked as a [worklet](https://docs.swmansion.com/react-native-worklets/docs/fundamentals/glossary#worklet) because it's executed on the UI thread as the user types.
152152

153153
Here's a sample function that parses all substrings located between two asterisks as bold text:
154154

0 commit comments

Comments
 (0)