Skip to content

Commit 817d743

Browse files
authored
examples : add missing code block end marker [no ci] (#17756)
This commit adds the missing code block end marker in simple-cmake-pkg to correct the formatting.
1 parent bd4ef13 commit 817d743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/simple-cmake-pkg/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cd llama.cpp
1818
cmake -S . -B build
1919
cmake --build build
2020
cmake --install build --prefix inst
21+
```
2122

2223
### Build simple-cmake-pkg
2324

0 commit comments

Comments
 (0)