Skip to content

Commit 0f49637

Browse files
authored
πŸ“˜ docs: updated with new prop for a11y and a18n
1 parent 32fb17d commit 0f49637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Only two props are required to work: `id` from the YouTube you want to render an
242242
|----------|:--------:|------------|
243243
| **id** | string | id of the video or playlist |
244244
| **title** | string | Here goes your video title. Always provide a title for iFrames: https://dequeuniversity.com/tips/provide-iframe-titles Help the web be accessible ;) #a11y |
245-
| **announce** | string | Default: `Watch`. This will be passed to the button in order to be announced to the final user as in `Clickable Watch, ${title}, button` , customize to match your own language #a11y #i18n |
245+
| announce | string | Default: `Watch`. This will be passed to the button in order to be announced to the final user as in `Clickable Watch, ${title}, button` , customize to match your own language #a11y #i18n |
246246
| activeClass | string | Pass the string class for the active state |
247247
| adNetwork | boolean | Default: `false` To preconnect or not to doubleclick addresses called by YouTube iframe (the adnetwork from Google) |
248248
| cookie | boolean | Default: `false` Connect to YouTube via the Privacy-Enhanced Mode using https://www.youtube-nocookie.com You should opt-in to allow cookies|

0 commit comments

Comments
Β (0)