Skip to content

Commit 411c88e

Browse files
committed
docs: update deno deploy link to include v (#441)
1 parent 2242688 commit 411c88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can import in Deno via:
2121
<!-- x-release-please-start-version -->
2222

2323
```ts
24-
import OpenAI from 'https://deno.land/x/openai@4.16.0/mod.ts';
24+
import OpenAI from 'https://deno.land/x/openai@v4.16.1/mod.ts';
2525
```
2626

2727
<!-- x-release-please-end -->

build-deno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
1515
Usage:
1616
1717
\`\`\`ts
18-
import OpenAI from "$(echo 'https://deno.land/x/openai@4.16.0/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
18+
import OpenAI from "$(echo 'https://deno.land/x/openai@v4.16.1/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
1919
2020
const client = new OpenAI();
2121
\`\`\`

0 commit comments

Comments
 (0)