From a7747bf2296e863a8c01678abbaf920887559856 Mon Sep 17 00:00:00 2001 From: AlbertZhang <790321193@qq.com> Date: Sun, 28 Jun 2020 01:26:53 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7241a..786b9a9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Usage -``` +```bash npm install json-schema-editor-vue ``` @@ -20,6 +20,7 @@ npm install json-schema-editor-vue import JsonSchemaEditor from '../packages/index' Vue.use(JsonSchemaEditor) ``` + ```vue