diff --git a/README.md b/README.md index 3d54b8d1..0c6ce576 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@
- [__UI__](./docs/UI.md) - [`useAudio`](./docs/useAudio.md) — plays audio and exposes its controls. + - [`useSpeech`](./docs/useSpeech.md) — synthesizes speech from a text string.

- [__Animations__](./docs/Animations.md) diff --git a/docs/UI.md b/docs/UI.md new file mode 100644 index 00000000..c938a430 --- /dev/null +++ b/docs/UI.md @@ -0,0 +1,3 @@ +# UI + +*"UI Hooks"* allow you to control and subscribe to state changes of UI elements. diff --git a/docs/useAudio.md b/docs/useAudio.md index 24fe7475..206681a7 100644 --- a/docs/useAudio.md +++ b/docs/useAudio.md @@ -8,11 +8,9 @@ Creates `