From 1aaf4d37c5e2fae2940eef364e08e53fa9381b2b Mon Sep 17 00:00:00 2001 From: marvin Date: Mon, 6 Feb 2023 11:02:21 -0300 Subject: [PATCH] chore: including isomorphic-fetch --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6d83f66..81f6555 100644 --- a/readme.md +++ b/readme.md @@ -283,7 +283,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` ([guide](https://github.com/developit/unfetch#usage-as-a-polyfill)) + - In `node < 18`, you need to install a polyfill like `unfetch/polyfill` ([guide](https://github.com/developit/unfetch#usage-as-a-polyfill)) or `isomorphic-fetch` ([guide](https://github.com/matthew-andrews/isomorphic-fetch#readme)). - If you want to build a website using `chatgpt`, we recommend using it only from your backend API ## Credits