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

This commit is contained in:
Baffin Lee 2023-05-01 14:28:05 +08:00 committed by GitHub
parent 9c61f5f585
commit 872a85ae94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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