diff --git a/README.md b/README.md index eea1847..ff87261 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Allow all options of [editor-js](https://github.com/codex-team/editor.js/blob/ma | Name | Type | Description | | ------------------ | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -| defaultValue | OutputData | Initial data when using editor js as [uncontrolled component](https://ko.reactjs.org/docs/uncontrolled-components.html). highly recommend it | -| value | OutputData | data when using editor js as [controlled component](https://ko.reactjs.org/docs/forms.html#controlled-components).
⚠️ Don't use it with onChange prop. Infinite loops can occur. | +| defaultValue | OutputData | Initial data when using editor js as [uncontrolled component](https://reactjs.org/docs/uncontrolled-components.html). highly recommend it | +| value | OutputData | data when using editor js as [controlled component](https://reactjs.org/docs/forms.html#controlled-components).
⚠️ Don't use it with onChange prop. Infinite loops can occur. | | onInitialize | (editorCore?: EditorCore) => void | Call after editor-js is initialized | ## 🧐 FAQ