AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
524 stars 116 forks source link

[Doc] Configuration > videoName should be videoNames #193

Closed yveskalume closed 1 month ago

yveskalume commented 6 months ago

In the Readme, there's a missing 's' at videoName parameter

configureWith = Configuration(
     videoNames = listOf<String>(),
//...
)