Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 14, 2020
1 parent 95989b4 commit 3c0088f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ VideoCompressor.start(
### Java

```java
VideoCompressor.INSTANCE.start(path, desFile.path, new CompressionListener() {
VideoCompressor.start(path, desFile.path, new CompressionListener() {
@Override
public void onStart() {
// Compression start
Expand Down Expand Up @@ -141,7 +141,6 @@ VideoCompressor.start(
// On Cancelled
}
}, VideoQuality.MEDIUM, false, false);

```

## Common issues
Expand Down

0 comments on commit 3c0088f

Please sign in to comment.