diff --git a/legacy/readme.md b/legacy/readme.md index e3f00d14..be7ce0d6 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -27,6 +27,8 @@ Chromium is opened in non-headless mode by default, which is important because t ## Usage ```ts +import { ChatGPTAPI } from 'chatgpt' + async function example() { const api = new ChatGPTAPI()