From 810beeea93b9737120b67dde97b3a1befbc5af11 Mon Sep 17 00:00:00 2001 From: Yusheng Guo <113574546+yshngg@users.noreply.github.com> Date: Mon, 19 May 2025 18:29:57 +0800 Subject: [PATCH] Update README.md A syntax error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255843d80..112b13f43 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Example usage: ```go import ( "database/sql" - _"github.com/tursodatabase/limbo" + _ "github.com/tursodatabase/limbo" ) conn, _ = sql.Open("sqlite3", "sqlite.db")