Skip to content

Commit a7747bf

Browse files
authored
Update README.md
1 parent b4dc854 commit a7747bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212

1313
### Usage
1414

15-
```
15+
```bash
1616
npm install json-schema-editor-vue
1717
```
1818

1919
```vue
2020
import JsonSchemaEditor from '../packages/index'
2121
Vue.use(JsonSchemaEditor)
2222
```
23+
2324
```vue
2425
<template>
2526
<div id="app">

0 commit comments

Comments
 (0)