Skip to content

Commit ec81bd8

Browse files
committed
Update README.md
1 parent 933d399 commit ec81bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
6262
Or, using a script tag in the browser (only works in Chrome):
6363

6464
```html
65-
<script src="https://unpkg.com/@ffmpeg/[email protected].1/dist/ffmpeg.min.js"></script>
65+
<script src="https://unpkg.com/@ffmpeg/[email protected].2/dist/ffmpeg.min.js"></script>
6666
<script>
6767
const { createFFmpeg } = FFmpeg;
6868
...

0 commit comments

Comments
 (0)