From 9c620e27488dbe02e143ead23d982aa897b441c8 Mon Sep 17 00:00:00 2001 From: cloydlau <253055734@qq.com> Date: Wed, 28 Dec 2022 15:23:36 +0800 Subject: [PATCH] docs: wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84746b9..1ab4ae0 100644 --- a/README.md +++ b/README.md @@ -784,7 +784,7 @@ module.exports = { ### Binding value difference between svelte-jsoneditor and json-editor-vue - svelte-jsoneditor: An object contains a stringified JSON or a parsed JSON, will do `JSON.parse` when passing as a stringified JSON. -- json-editor-vue: JSON itself. What user see is what user get. +- json-editor-vue: JSON itself. What you see is what you get. If you prefer the behavior of svelte-jsoneditor: