ci: fix check-markdown for vlib/v/pkgconfig/README.md

pull/8136/head
Delyan Angelov 2021-01-16 14:34:14 +02:00
parent 1a8a1ceb0a
commit 80d1aadc50
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -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)