Skip to content

Commit c36faec

Browse files
committed
doc: Update README.md
1 parent d255f09 commit c36faec

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
@@ -63,7 +63,7 @@ function App() {
6363
return (
6464
<MarkdownEditor
6565
value="# This is a H1 \n## This is a H2 \n###### This is a H6"
66-
onChange={(editor, data, value) => setMarkdown(value)}
66+
onChange={(value, viewUpdate) => setMarkdown(value)}
6767
/>
6868
);
6969
}

0 commit comments

Comments
 (0)