Skip to content

Commit f7b4edf

Browse files
authored
Update README.md
1 parent e5822c5 commit f7b4edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The included headers of MNN and ONNXRuntime can be found at [mnn_config.h](./lit
9999
<details>
100100
<summary> 🔑️ Check the output log!Click here! </summary>
101101
102-
- setup CMakeLists.txt
102+
### Setup CMakeLists.txt
103103
```cmake
104104
cmake_minimum_required(VERSION 3.10)
105105
project(lite_yolov5)
@@ -114,12 +114,12 @@ endif()
114114
add_executable(lite_yolov5 test_lite_yolov5.cpp)
115115
target_link_libraries(lite_yolov5 ${lite.ai.toolkit_LIBS})
116116
```
117-
- build example
117+
### Build example
118118

119119
```bash
120120
mkdir build && cd build && cmake .. && make -j1
121121
```
122-
- run binary:
122+
### Run binary:
123123
```bash
124124
./lite_yolov5
125125
LITEORT_DEBUG LogId: ../examples/hub/onnx/cv/yolov5s.onnx

0 commit comments

Comments
 (0)