1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

mysql: use v oksyntax for the example in the README.md, so that the check passes on m1 without installed mysql

This commit is contained in:
Delyan Angelov 2021-06-07 18:39:42 +03:00
parent ac0b638b6a
commit 2e6611372a

View File

@ -4,7 +4,7 @@ then copy the `include` and `lib` folders to `<V install directory>\thirdparty\m
## Basic Usage
```v
```v oksyntax
import mysql
// Create connection