diff --git a/README.md b/README.md index 4e61ad2..e02f988 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ openAI.chat.stream({ }); // Alternatively, you can use the create method if `stream` is false -await openAI.chate.create(...) +await openAI.chat.create(...) ``` ### Image API