From b228eeea2be71f10c6f6ad58579e324a5612952f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 1 Feb 2023 04:59:01 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8D?= 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 12403a96..f92e3ba6 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -250,7 +250,7 @@ If you create a cool integration, feel free to open a PR and add it to the list. - This package supports `node >= 14`. - This module assumes that `fetch` is installed. - In `node >= 18`, it's installed by default. - - In `node < 18`, you need to install a polyfill like `unfetch/polyfill` + - In `node < 18`, you need to install a polyfill like `unfetch/polyfill` ([guide](https://github.com/developit/unfetch#usage-as-a-polyfill)) - If you want to build a website using `chatgpt`, we recommend using it only from your backend API ## Credits