ci: fix check-markdown for vlib/v/pkgconfig/README.md
parent
1a8a1ceb0a
commit
80d1aadc50
|
@ -57,6 +57,7 @@ $
|
|||
Using the API in your own programs:
|
||||
```v
|
||||
import v.pkgconfig
|
||||
|
||||
opt := pkgconfig.Options{}
|
||||
mut pc := pkgconfig.load('expat', opt) or { panic(err) }
|
||||
println(pc.libs)
|
||||
|
|
Loading…
Reference in New Issue