diff --git a/readme.md b/readme.md index 50aae43..aeb2024 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,7 @@ async function example() { // send a message and wait for the response const response = await api.sendMessage( - 'Write a python version of bubble sort. + 'Write a python version of bubble sort.' ) // response is a markdown-formatted string