From 6db3c8a8bad663d0d97a870a2b96995c26a6fa8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malte=20Kie=C3=9Fling?=
<30420110+maltekiessling@users.noreply.github.com>
Date: Tue, 21 Feb 2023 17:52:05 +0100
Subject: [PATCH] Update Readme: Don't force Korean on React page
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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