From 867b971af25c366d8fcada9f1a52b67ad917eead Mon Sep 17 00:00:00 2001 From: Stainless Bot <dev@stainlessapi.com> Date: Mon, 30 Oct 2023 15:21:30 +0000 Subject: [PATCH] chore(docs): update deno link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d96df389e..89dfc493b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can import in Deno via: <!-- x-release-please-start-version --> ```ts -import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.14.0-deno/mod.ts'; +import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.14.1-deno/mod.ts'; ``` <!-- x-release-please-end -->