Skip to content

Commit

Permalink
Corrected the readme usage for video compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Tourenathan-G5organisation committed Oct 6, 2018
1 parent 10e7205 commit 546f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To effectively use this library, you must make sure you have added the following
```
#### Compress a video file and return the file path of the new video
```java
String filePath = SiliCompressor.with(Context).compressVideo(sourceUriString, destinationDirectory);
String filePath = SiliCompressor.with(Context).compressVideo(videoPath, destinationDirectory);
```
#### Compress an image and return the file path of the new image
```java
Expand Down

0 comments on commit 546f6cd

Please sign in to comment.