Skip to content

Commit 8634437

Browse files
fix links on README.md
1 parent 3c82e88 commit 8634437

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Simple JSON viewer component, for Vue.js 2
44

5-
- [Installing](#Installing)
6-
- [Example](#Example)
7-
- [Options](#Options)
8-
- [Theming](#Theming)
5+
- [Installing](#installing)
6+
- [Example](#example)
7+
- [Options](#options)
8+
- [Theming](#theming)
99

1010
## Installing
1111
Using npm:
@@ -117,7 +117,7 @@ new Vue({
117117
| Property | Description | Default |
118118
| ----------- |:------------- | ----------- |
119119
| `value` | JSON data (can be used with `v-model`) | **Required** |
120-
| `expand-depth` | Display the copy button | `1` |
120+
| `expand-depth` | Collapse blocs under this depth | `1` |
121121
| `copyable` | Display the copy button | `false` |
122122
| `sort` | Sort keys before displaying | `false` |
123123
| `boxed` | Add a fancy "boxed" style to component | `false` |

0 commit comments

Comments
 (0)