Skip to content

Commit df60abf

Browse files
authored
docs: Fix skip-list link to usage (#19)
1 parent 28b8f42 commit df60abf

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
@@ -139,11 +139,11 @@ To use multiple links, simply pass an array into the `to` prop with the followin
139139

140140
## Props
141141

142-
| Prop | Data Type | required | Description | Default |
143-
| ----------- | --------------- | -------- | ----------------------------------------------------------------- | ---------------------- |
144-
| `to` | String \| Array | false | Destination ID or [array of destination objects](###skip-to-list) | '#main' |
145-
| `label` | String | false | Skip link text content | 'Skip to main content' |
146-
| `titleList` | String | false | Skip link list label text | 'Skip to' |
142+
| Prop | Data Type | required | Description | Default |
143+
| ----------- | --------------- | -------- | --------------------------------------------------------------- | ---------------------- |
144+
| `to` | String \| Array | false | Destination ID or [array of destination objects](#skip-to-list) | '#main' |
145+
| `label` | String | false | Skip link text content | 'Skip to main content' |
146+
| `titleList` | String | false | Skip link list label text | 'Skip to' |
147147

148148
## Custom styling
149149

0 commit comments

Comments
 (0)