aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 15:48:56 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-16 15:48:56 -0700
commitbe1f469ec5d83047f53b990dc477b1ebaf9658ca (patch)
tree3c0b4a23c4fc87f6b020bb551bfa98ff7563847b
parenta37f86e89dc01f884a1b4474c27c79d5932093a0 (diff)
downloadbun-be1f469ec5d83047f53b990dc477b1ebaf9658ca.tar.gz
bun-be1f469ec5d83047f53b990dc477b1ebaf9658ca.tar.zst
bun-be1f469ec5d83047f53b990dc477b1ebaf9658ca.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c12cfab30..aeac860eb 100644
--- a/README.md
+++ b/README.md
@@ -1793,7 +1793,7 @@ stmt.run("Welcome to bun!");
##### Database.prototype.prepare
-`prepare(sql)` creates a `Statement` for the given SQL and caches it, but does not execute it.
+`prepare(sql)` creates a `Statement` for the given SQL, but does not execute it.
Unlike `query()`, this does not cache the compiled query.