From 6a8f84364b0d564ff5f736496e662535870ba355 Mon Sep 17 00:00:00 2001
From: AlbertZhang <790321193@qq.com>
Date: Fri, 16 Sep 2022 10:04:57 +0800
Subject: [PATCH] Update README.md
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index af2dd81..4356c54 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
@@ -30,14 +30,12 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
**[国内Demo](http://json-schema-editor.sviip.com)**
### Usage
-```bash
```bash
# vue2
npm install json-schema-editor-vue
# vue3
npm install json-schema-editor-vue3
```
-```
```vue
import JsonSchemaEditor from 'json-schema-editor-vue'