Skip to content

Commit 39902a8

Browse files
committed
docs(sound): fix typo
1 parent 8a210ae commit 39902a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sound/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Visit the [DavStack Sound Docs](https://davstack.com/sound/overview) for more in
66

77
## Features
88

9-
- **Super Simple API**: Just call `soundStore.play('soundName')` to play a sound. No hooks required.
9+
- **Super Simple API**: Just call `soundStore.playSound('soundName')` to play a sound. No hooks required.
1010
- **Excellent DX**: Define all your sounds in once place and play them with full type safety.
1111
- **Optimized Performance**: All sounds are cached and preloaded, so they play instantly. Howler.js is lazy-loaded to keep bundle size down.
1212
- **Easily change global sound settings**: Change volume, mute, or stop all sounds with a single line of code.

0 commit comments

Comments
 (0)