Skip to content

Commit effddc6

Browse files
committed
Update README.md
1 parent 8144dde commit effddc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ffmpeg-cli
2-
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square)](https://travis-ci.com/PotatoParser/ffmpeg-cli) [![Node v10](https://img.shields.io/badge/Node-v10-brightgreen.svg?style=flat-square)](https://nodejs.org/en/download/) [![Node v11](https://img.shields.io/badge/Node-v11-brightgreen.svg?style=flat-square)](https://nodejs.org/en/download/)
2+
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat-square)](https://travis-ci.com/PotatoParser/ffmpeg-cli) [![Node v10](https://img.shields.io/badge/Node-v10-brightgreen.svg?style=flat-square)](https://nodejs.org/fr/blog/release/v10.0.0/) [![Node v11](https://img.shields.io/badge/Node-v11-brightgreen.svg?style=flat-square)](https://nodejs.org/ko/blog/release/v11.0.0/) [![Node LTS](https://img.shields.io/badge/Node-v10-brightgreen.svg?style=flat-square)](https://nodejs.org/en/download/)
33

44
A simple way of implementing FFmpeg regardless of OS
55
```javascript
@@ -38,6 +38,7 @@ ffmpeg.run(commands).then((result)=>{...}).catch((error)=>{...}); // Catches whe
3838

3939
## FFmpeg Force Re-Download
4040
**Run to redownload (synchronously) ffmpeg files**
41+
4142
Returns true if download is successful
4243
```javascript
4344
ffmpeg.forceDownload();

0 commit comments

Comments
 (0)