aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.