Skip to content

Commit bbeba0b

Browse files
authored
Update README.md
1 parent 58444d2 commit bbeba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
* Options to know in `local.properties`:
3535
* `usingCMakeCompile=true`: Compile the native library with CMake if set to true. (Default to false, so you can use the prebuilt libs)
3636
* `usingCMakeCompileDebug=true`: Compile the native library in Debug Mode if set to true. (Default to false)
37-
* `disableVideoModule=true`: Disable the video recording feature(Use full for image only scenarios). The whole jni module size will be very small. (Default to false)
37+
* `disableVideoModule=true`: Disable the video recording feature(Useful for image only scenarios). The whole jni module size will be very small. (Default to false)
3838

3939
* Build with `Android Studio` and CMake: (Recommended)
4040
* Put `usingCMakeCompile=true` in your `local.properties`

0 commit comments

Comments
 (0)