diff options
author | 2022-05-16 16:00:30 -0700 | |
---|---|---|
committer | 2022-05-16 16:00:30 -0700 | |
commit | 223ce6b22dbb2dba6e296c0e63c47744ba3d9153 (patch) | |
tree | d2d45557667f59f127e0ec6e44d55e627b0769f8 | |
parent | 5d4673742e29f4c1690606c6e399dd200ecbd823 (diff) | |
download | bun-223ce6b22dbb2dba6e296c0e63c47744ba3d9153.tar.gz bun-223ce6b22dbb2dba6e296c0e63c47744ba3d9153.tar.zst bun-223ce6b22dbb2dba6e296c0e63c47744ba3d9153.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [bun:sqlite (SQLite3 module)](#bun-sqlite--sqlite3-module-) - [bun:sqlite Benchmark](#bun-sqlite-benchmark) - [Getting started with bun:sqlite](#getting-started-with-bun-sqlite) - - [`Database`](#-database-) + - [`Database`](#-database-) - [Database.prototype.query](#databaseprototypequery) - [Database.prototype.prepare](#databaseprototypeprepare) - [Database.prototype.exec & Database.prototype.run](#databaseprototypeexec---databaseprototyperun) |