From 8634437e9c48584ba4cb295518c4d6d92f207240 Mon Sep 17 00:00:00 2001 From: STAFYNIAK Sacha Date: Tue, 18 Sep 2018 00:41:05 +0200 Subject: [PATCH] fix links on README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2110b93..2164ba9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Simple JSON viewer component, for Vue.js 2 -- [Installing](#Installing) -- [Example](#Example) -- [Options](#Options) -- [Theming](#Theming) +- [Installing](#installing) +- [Example](#example) +- [Options](#options) +- [Theming](#theming) ## Installing Using npm: @@ -117,7 +117,7 @@ new Vue({ | Property | Description | Default | | ----------- |:------------- | ----------- | | `value` | JSON data (can be used with `v-model`) | **Required** | -| `expand-depth` | Display the copy button | `1` | +| `expand-depth` | Collapse blocs under this depth | `1` | | `copyable` | Display the copy button | `false` | | `sort` | Sort keys before displaying | `false` | | `boxed` | Add a fancy "boxed" style to component | `false` |