Skip to content

Commit 982575c

Browse files
authored
docs(README): fix typo (#270)
1 parent 2137c46 commit 982575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const a1 = await session.prompt(q1);
6565
console.log("AI: " + a1);
6666

6767

68-
const q2 = "Summerize what you said";
68+
const q2 = "Summarize what you said";
6969
console.log("User: " + q2);
7070

7171
const a2 = await session.prompt(q2);

0 commit comments

Comments
 (0)