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