From 2e6611372a67ee25a2b8baaac52e42cdd76fce51 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 7 Jun 2021 18:39:42 +0300 Subject: [PATCH] mysql: use `v oksyntax` for the example in the README.md, so that the check passes on m1 without installed mysql --- vlib/mysql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/mysql/README.md b/vlib/mysql/README.md index 3a0f601a3f..3d0ab97531 100644 --- a/vlib/mysql/README.md +++ b/vlib/mysql/README.md @@ -4,7 +4,7 @@ then copy the `include` and `lib` folders to `\thirdparty\m ## Basic Usage -```v +```v oksyntax import mysql // Create connection