From: Baffin Lee Date: Mon, 1 May 2023 06:28:05 +0000 (+0800) Subject: whisper.wasm : fix typo in readme (#832) X-Git-Tag: upstream/1.7.4~1458 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=872a85ae9467a011399071ebc134bfd623c98a80;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper.wasm : fix typo in readme (#832) --- diff --git a/examples/whisper.wasm/README.md b/examples/whisper.wasm/README.md index 138fbc85..e7429f35 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/ ```