We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2137c46 commit 982575cCopy full SHA for 982575c
README.md
@@ -65,7 +65,7 @@ const a1 = await session.prompt(q1);
65
console.log("AI: " + a1);
66
67
68
-const q2 = "Summerize what you said";
+const q2 = "Summarize what you said";
69
console.log("User: " + q2);
70
71
const a2 = await session.prompt(q2);
0 commit comments