Skip to content

Commit 481d647

Browse files
authored
docs: fix import path for google in README
1 parent a117530 commit 481d647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For example, if you use the [AI SDK](https://ai-sdk.dev), your AI setup could lo
4545

4646
```ts
4747
import { streamText } from "ai";
48-
import { google } from "npm:@ai-sdk/google";
48+
import { google } from "@ai-sdk/google";
4949

5050
bot.command("credits", async (ctx) => {
5151
// Send prompt to LLM:

0 commit comments

Comments
 (0)