Skip to content

Commit e9d8afc

Browse files
Updated README
1 parent 230fd30 commit e9d8afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try {
4343
### Execute Binary
4444
This method executes ffmpeg command and provides callback through FFmpegExecuteResponseHandler interface. You also need to pass command as argument
4545
to this method.
46-
e.g - To execute "ffmpeg -version" command you just need to pass "-version" as cmd parameter.
46+
* To execute "ffmpeg -version" command you just need to pass "-version" as cmd parameter.
4747
```java
4848
FFmpeg ffmpeg = FFmpeg.getInstance(context);
4949
try {
@@ -69,6 +69,8 @@ try {
6969
// Handle if FFmpeg is already running
7070
}
7171
```
72+
## Java Docs
73+
* TODO
7274

7375
License
7476
----

0 commit comments

Comments
 (0)