From ae88292a2ca506fd33c0558501ec07c65f56328e Mon Sep 17 00:00:00 2001 From: Alexander Olsen Date: Mon, 2 Dec 2024 14:53:33 -0500 Subject: [PATCH] readme type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea708e..4cf1c16 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ create(nChannels, inputSampleRate, outputSampleRate, { }); ``` -See examples/worklet for a full implementation example. Configuring libsamplerate-js to work in `AudioWorklets` is less trival than it ought to be due to `AudioWorklet` limitations. _Note that typing support is not avaialble for LibSampleRate within the context of AudioWorklets._ +See examples/worklet for a full implementation example. Configuring libsamplerate-js to work in `AudioWorklets` is less trival than it ought to be due to `AudioWorklet` limitations. _Note that typing support is not available for LibSampleRate within the context of AudioWorklets._ ### In HTML: