From eef8c3e1b086210053331504eee54d5ef5bbed95 Mon Sep 17 00:00:00 2001 From: hexpresso <32096750+hexpreso@users.noreply.github.com> Date: Sun, 7 Sep 2025 00:12:20 +0200 Subject: [PATCH] docs: fix typos in 1 file(s) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69484f3..32c09d9 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ const r = await runWithTools( messages: [ { role: "system", - content: "Save important information about the user to the KV databse.", + content: "Save important information about the user to the KV database.", }, { role: "user",