From 872a85ae9467a011399071ebc134bfd623c98a80 Mon Sep 17 00:00:00 2001 From: Baffin Lee Date: Mon, 1 May 2023 14:28:05 +0800 Subject: [PATCH] whisper.wasm : fix typo in readme (#832) --- examples/whisper.wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/whisper.wasm/README.md b/examples/whisper.wasm/README.md index 138fbc85f4d..e7429f35659 100644 --- a/examples/whisper.wasm/README.md +++ b/examples/whisper.wasm/README.md @@ -38,5 +38,5 @@ make -j # copy the produced page to your HTTP path cp bin/whisper.wasm/* /path/to/html/ -cp bin/libwhisper.worker.js /path/to/html/ +cp bin/libmain.worker.js /path/to/html/ ```