Skip to content

Commit 12054e2

Browse files
authored
Update README.md
1 parent 3eaf30b commit 12054e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![Node Version](https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg)](https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg)
1010
[![Actions Status](https://github.com/ffmpegjs/ffmpeg.js/workflows/CI/badge.svg)](https://github.com/ffmpegjs/ffmpeg.js/actions)
11+
![npm (tag)](https://img.shields.io/npm/v/@ffmpeg/ffmpeg/latest)
1112
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/ffmpegjs/ffmpeg.js/graphs/commit-activity)
1213
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1314
[![Code Style](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)
@@ -66,7 +67,7 @@ $ npm install @ffmpeg/ffmpeg
6667
Or, using a script tag in the browser:
6768

6869
```html
69-
<script src="https://unpkg.com/@ffmpeg/[email protected].0/dist/ffmpeg.min.js"></script>
70+
<script src="https://unpkg.com/@ffmpeg/[email protected].1/dist/ffmpeg.min.js"></script>
7071
<script>
7172
const { createWorker } = FFmpeg;
7273
...

0 commit comments

Comments
 (0)