From 9e53d86c1dbb74a8e7cbc7572fb9106f485a8d60 Mon Sep 17 00:00:00 2001 From: William L Date: Fri, 12 Jun 2020 01:07:41 -0700 Subject: [PATCH] Fix skip-list link to usage --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6de3e47..d7e0f8a 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,11 @@ To use multiple links, simply pass an array into the `to` prop with the followin ## Props -| Prop | Data Type | required | Description | Default | -| ----------- | --------------- | -------- | ----------------------------------------------------------------- | ---------------------- | -| `to` | String \| Array | false | Destination ID or [array of destination objects](###skip-to-list) | '#main' | -| `label` | String | false | Skip link text content | 'Skip to main content' | -| `titleList` | String | false | Skip link list label text | 'Skip to' | +| Prop | Data Type | required | Description | Default | +| ----------- | --------------- | -------- | --------------------------------------------------------------- | ---------------------- | +| `to` | String \| Array | false | Destination ID or [array of destination objects](#skip-to-list) | '#main' | +| `label` | String | false | Skip link text content | 'Skip to main content' | +| `titleList` | String | false | Skip link list label text | 'Skip to' | ## Custom styling