Skip to content

Commit

Permalink
Specify version of onnxruntime.js in html tags example
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky0123 authored May 20, 2024
1 parent ea584aa commit d09859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please contribute to the project financially - especially if your commercial pro
To use the VAD via a script tag in the browser, include the following script tags:

```html
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.js"></script>
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@1.14.0/dist/ort.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@ricky0123/vad-web@0.0.7/dist/bundle.min.js"></script>
<script>
async function main() {
Expand Down

0 comments on commit d09859e

Please sign in to comment.