Skip to content

Commit f839167

Browse files
committed
Revert "Update README.md"
This reverts commit effddc6.
1 parent effddc6 commit f839167

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
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/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/)
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/)
33

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

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

0 commit comments

Comments
 (0)