From 09a2be35dc06fa08f2412880b9d44e983f6f7e0f Mon Sep 17 00:00:00 2001 From: ahmed shehta Date: Thu, 18 Sep 2025 10:10:08 +0300 Subject: [PATCH] docs: fix quote mismatch in README chat example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 747e4926..64c39a20 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Want chat mode ? easy let result = await chat.prompt("Hello, I'm Smyth") console.log(result); - result = await chat.prompt('Do you remember my name ?"); + result = await chat.prompt('Do you remember my name ?'); console.log(result);