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/ ```