Skip to content

Commit 40e7b76

Browse files
docs: fix missing ai-sdk-v5 npm tag by using pinned version in README (#397)
Replace non-existent @ai-sdk-v5 dist-tag with pinned version @1.5.4 in the legacy AI SDK v5 install instructions. Closes #390 Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 23f02f1 commit 40e7b76

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/dark-badgers-lie.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ yarn add @openrouter/ai-sdk-provider
1919

2020
```bash
2121
# For pnpm
22-
pnpm add @openrouter/ai-sdk-provider@ai-sdk-v5
22+
pnpm add @openrouter/ai-sdk-provider@1.5.4
2323

2424
# For npm
25-
npm install @openrouter/ai-sdk-provider@ai-sdk-v5
25+
npm install @openrouter/ai-sdk-provider@1.5.4
2626

2727
# For yarn
28-
yarn add @openrouter/ai-sdk-provider@ai-sdk-v5
28+
yarn add @openrouter/ai-sdk-provider@1.5.4
2929
```
3030

3131
## Provider Instance

0 commit comments

Comments
 (0)