]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper.wasm : fix typo in readme (#832)
authorBaffin Lee <redacted>
Mon, 1 May 2023 06:28:05 +0000 (14:28 +0800)
committerGitHub <redacted>
Mon, 1 May 2023 06:28:05 +0000 (09:28 +0300)
examples/whisper.wasm/README.md

index 138fbc85f4d574207aee2ef35129cf8afa1edbaf..e7429f35659a37148fbe2ca54ce754d4c6b05a56 100644 (file)
@@ -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/
 ```