diff --git a/README.md b/README.md index 9c2125e..6de3e47 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ export default { To use multiple links, simply pass an array into the `to` prop with the following shape: -```json +```js [ { "anchor": "", // destination id @@ -152,6 +152,14 @@ Override the default styles by targeting the following: ```css .vue-skip-to { } +.vue-skip-to__link { +} +.vue-skip-to__nav { +} +.vue-skip-to__nav-list { +} +.vue-skip-to__nav-list-item { +} ``` ## Running tests