diff --git a/README.md b/README.md index bff7580..ff97ade 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ A json-schema editor of high efficient and easy-to-use, base on Vue npm install json-schema-editor-vue ``` -``` +```vue import JsonSchemaEditor from '../packages/index' Vue.use(JsonSchemaEditor) ``` -``` +```vue