Bläddra i källkod

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.
Daniel Bevenius 1 månad sedan
förälder
incheckning
817d743cc1
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      examples/simple-cmake-pkg/README.md

+ 1 - 0
examples/simple-cmake-pkg/README.md

@@ -18,6 +18,7 @@ cd llama.cpp
 cmake -S . -B build
 cmake --build build
 cmake --install build --prefix inst
+```
 
 ### Build simple-cmake-pkg