Skip to content

Commit cc5ed77

Browse files
committed
Update README.md
1 parent cfc529b commit cc5ed77

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
@@ -43,7 +43,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
4343
Or, using a script tag in the browser (only works in Chrome):
4444

4545
```html
46-
<script src="https://unpkg.com/@ffmpeg/[email protected].2/dist/ffmpeg.min.js"></script>
46+
<script src="https://unpkg.com/@ffmpeg/[email protected].4/dist/ffmpeg.min.js"></script>
4747
<script>
4848
const { createFFmpeg } = FFmpeg;
4949
...

0 commit comments

Comments
 (0)