Skip to content

Commit 0cd31f5

Browse files
authored
Update ffmpeg version in script tag
1 parent 27dbdf5 commit 0cd31f5

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
@@ -68,7 +68,7 @@ $ npm install @ffmpeg/ffmpeg
6868
Or, using a script tag in the browser:
6969

7070
```html
71-
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.6.1/dist/ffmpeg.min.js"></script>
71+
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.7.0/dist/ffmpeg.min.js"></script>
7272
<script>
7373
const { createWorker } = FFmpeg;
7474
...

0 commit comments

Comments
 (0)