Skip to content

Commit dc3a72a

Browse files
committed
chore(rich-text): update readme
1 parent c5c2053 commit dc3a72a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ const handleItalicPress = () => {
5555
ref.current?.toggleItalic();
5656
};
5757

58-
const handleGetRTF = async () => {
59-
console.log(ref.current?.getRTF());
58+
const handleGetHTML = async () => {
59+
console.log(ref.current?.getHTML());
6060
};
6161

6262
const handleChange = (event: RichTextChangeEvent) => {

0 commit comments

Comments
 (0)