Skip to content

Commit b92c41b

Browse files
Merge branch 'hotfix/fix-readme'
2 parents 6f41e0c + 817054d commit b92c41b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
## About
55
[FFmpeg Android java](http://hiteshsondhi88.github.io/ffmpeg-android-java/) is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using [FFmpeg-Android](http://hiteshsondhi88.github.io/ffmpeg-android/)
66

7-
There are the just two basic methods to use this library:
7+
These are two basic methods of this library:
88

99
* `loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException`
1010
* `execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException`
1111

12-
You just need to call above method and they will do the background work for you.
13-
1412
For examples and usage instructions head over to:
1513
* [hiteshsondhi88.github.io/ffmpeg-android-java] (http://hiteshsondhi88.github.io/ffmpeg-android-java/)
1614

0 commit comments

Comments
 (0)