Skip to content

Commit 9563b9b

Browse files
authored
Update ai-sdk.mdx
1 parent d202cc3 commit 9563b9b

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers-ai/configuration

1 file changed

+2
-2
lines changed

src/content/docs/workers-ai/configuration/ai-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
Workers AI can be used with the [AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
9+
Workers AI can be used with the [Vercel AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
1010

1111
## Setup
1212

@@ -124,4 +124,4 @@ export default {
124124
return Response.json(result.object);
125125
},
126126
};
127-
```
127+
```

0 commit comments

Comments
 (0)