Skip to content

Commit

Permalink
fix: typo in build script (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 27, 2023
1 parent 511b8dc commit f706a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0-deno/mod.ts';
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.14.0-deno/mod.ts';
```

<!-- x-release-please-end -->
Expand Down

0 comments on commit f706a4c

Please sign in to comment.