Merge 'Update README.md' from Yusheng Guo

A syntax error.

Closes #1522
This commit is contained in:
Pekka Enberg
2025-05-19 20:42:25 +03:00

View File

@@ -153,7 +153,7 @@ Example usage:
```go
import (
"database/sql"
_"github.com/tursodatabase/limbo"
_ "github.com/tursodatabase/limbo"
)
conn, _ = sql.Open("sqlite3", "sqlite.db")