Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Nov 22, 2024
1 parent 300774a commit 18b5534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ It also provides models and slot props for the player state.
<template>
<FreecasterPlayer video-id="...">
<template #default="{ muted, paused, volume, currentTime }"
<template #default="{ muted, paused, volume, currentTime }">
</template>
</FreecasterPlayer>
Expand Down

0 comments on commit 18b5534

Please sign in to comment.