From 9eeb44bf0cd1842c6fd4f987925ffef380bfd8e9 Mon Sep 17 00:00:00 2001 From: TangramJs Date: Sat, 4 Mar 2023 00:36:31 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ca1b20..939be3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # json-editor -> A schema-aware editor for JSON document. It provides a tree view to present the structure of JSON document, user could manipulate the JSON from context menu. It also has a text view to present the content of JSON document, user may edit JSON within. +> A JSON schema based editor for JSON document. It provides a tree view to present the structure of JSON document, user could manipulate the JSON from context menu. It also has a text view to present the content of JSON document, user may edit JSON within. > Develop with Vue.js 2. > Please reference the [project website](https://json-editor.tangramjs.com) fro detail.