baffinlee commited on
Commit
1f461ff
·
unverified ·
1 Parent(s): 8068ae8

whisper.wasm : fix typo in readme (#832)

Browse files
Files changed (1) hide show
  1. examples/whisper.wasm/README.md +1 -1
examples/whisper.wasm/README.md CHANGED
@@ -38,5 +38,5 @@ make -j
38
 
39
  # copy the produced page to your HTTP path
40
  cp bin/whisper.wasm/* /path/to/html/
41
- cp bin/libwhisper.worker.js /path/to/html/
42
  ```
 
38
 
39
  # copy the produced page to your HTTP path
40
  cp bin/whisper.wasm/* /path/to/html/
41
+ cp bin/libmain.worker.js /path/to/html/
42
  ```