Skip to content

Commit c9f62ce

Browse files
committed
docs: point 3.x compatibility link at the v3.x floating tag
v3 is now the stable release on main, so link the version compatibility note to /tree/v3.x (matching the v2.x line) instead of the next branch.
1 parent 783a5cf commit c9f62ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This library turns that boilerplate into one-liners, ready to use. Models are vi
3030
> Version compatibility:
3131
>
3232
> - Use [`ai-test-kit@2.x`](https://github.com/zirkelc/ai-test-kit/tree/v2.x) for AI SDK v6 (provider spec `v3`)
33-
> - Use [`ai-test-kit@3.x`](https://github.com/zirkelc/ai-test-kit/tree/next) for AI SDK v7 (provider spec `v4`)
33+
> - Use [`ai-test-kit@3.x`](https://github.com/zirkelc/ai-test-kit/tree/v3.x) for AI SDK v7 (provider spec `v4`)
3434
3535
```bash
3636
npm install -D ai-test-kit@2 # for AI SDK v6

0 commit comments

Comments
 (0)