Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const { play } = useSound('/path/to/sound', { playbackRate })

The `useSound` composable takes two arguments:

- A URL to the sound that it wil load
- A URL to the sound that it will load
- A config object (`ComposableOptions`)

It produces an array with two values:
Expand Down