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:
parent
ac0b638b6a
commit
2e6611372a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user