Skip to content

Commit e2a184c

Browse files
committed
update readme
1 parent 68efbf1 commit e2a184c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function main() {
3333
prompt: 'Create a simple calculator class',
3434
handleEvent: (event) => {
3535
// All events that happen during the run: agent start/finish, tool calls/results, text responses, errors.
36-
console.log('Codebuff Event', JSON.stringifiy(event))
36+
console.log('Codebuff Event', JSON.stringify(event))
3737
},
3838
})
3939

@@ -43,7 +43,7 @@ async function main() {
4343
prompt: 'Add unit tests for the calculator',
4444
previousRun: run1, // <-- this is where your next run differs from the previous run
4545
handleEvent: (event) => {
46-
console.log('Codebuff Event', JSON.stringifiy(event))
46+
console.log('Codebuff Event', JSON.stringify(event))
4747
},
4848
})
4949
}

0 commit comments

Comments
 (0)