Skip to content

Commit 1d40ca9

Browse files
authored
fix typo in Usage sections in README.md (#170)
1 parent ecc15c2 commit 1d40ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ https://github.com/nihui/opencv-mobile/releases/latest
444444
# Usage Android
445445

446446
1. Extract archive to ```<project dir>/app/src/main/jni/```
447-
2. Modify ```<project dir>/app/src/main/jni/CMakeListst.txt``` to find and link opencv
447+
2. Modify ```<project dir>/app/src/main/jni/CMakeLists.txt``` to find and link opencv
448448

449449
```cmake
450450
set(OpenCV_DIR ${CMAKE_SOURCE_DIR}/opencv-mobile-4.10.0-android/sdk/native/jni)
@@ -460,7 +460,7 @@ target_link_libraries(your_jni_target ${OpenCV_LIBS})
460460
# Usage ARM Linux, Windows, Linux, WebAssembly
461461

462462
1. Extract archive to ```<project dir>/```
463-
2. Modify ```<project dir>/CMakeListst.txt``` to find and link opencv
463+
2. Modify ```<project dir>/CMakeLists.txt``` to find and link opencv
464464
3. Pass ```-DOpenCV_STATIC=ON``` to cmake option for windows build
465465

466466
```cmake

0 commit comments

Comments
 (0)