From ff4fbf418d41125632fac3e279151c42ef32c3cb Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Dec 2022 18:56:34 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index 2644dd27..7436f78c 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -76,7 +76,7 @@ const api = new ChatGPTAPI({ markdown: false }) ## Example -A full example is included for testing purposes: +A full [example](./src/example.ts) is included for testing purposes: ``` npx tsx src/example.ts