Skip to content

Commit

Permalink
docs(sound): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Apr 18, 2024
1 parent 8a210ae commit 39902a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sound/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Visit the [DavStack Sound Docs](https://davstack.com/sound/overview) for more in

## Features

- **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.
- **Excellent DX**: Define all your sounds in once place and play them with full type safety.
- **Optimized Performance**: All sounds are cached and preloaded, so they play instantly. Howler.js is lazy-loaded to keep bundle size down.
- **Easily change global sound settings**: Change volume, mute, or stop all sounds with a single line of code.
Expand Down

0 comments on commit 39902a8

Please sign in to comment.