diff --git a/README.md b/README.md index 009511a..df34836 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ To effectively use this library, you must make sure you have added the following ```java String filePath = SiliCompressor.with(Context).compressVideo(videoPath, destinationDirectory); ``` +```java +String filePath = SiliCompressor.with(Context).compressVideo(videoContentUri, destinationDirectory); +``` #### Compress an image and return the file path of the new image ```java String filePath = SiliCompressor.with(Context).compress(imagePath, destinationDirectory);