From a7f4086525edf456144cb2e3b17397a31a9b9b5a 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 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2644dd2..7436f78 100644 --- a/readme.md +++ b/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