We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a210ae commit 39902a8Copy full SHA for 39902a8
packages/sound/README.md
@@ -6,7 +6,7 @@ Visit the [DavStack Sound Docs](https://davstack.com/sound/overview) for more in
6
7
## Features
8
9
-- **Super Simple API**: Just call `soundStore.play('soundName')` to play a sound. No hooks required.
+- **Super Simple API**: Just call `soundStore.playSound('soundName')` to play a sound. No hooks required.
10
- **Excellent DX**: Define all your sounds in once place and play them with full type safety.
11
- **Optimized Performance**: All sounds are cached and preloaded, so they play instantly. Howler.js is lazy-loaded to keep bundle size down.
12
- **Easily change global sound settings**: Change volume, mute, or stop all sounds with a single line of code.
0 commit comments