Skip to content

docs: fix typos in example READMEs #6473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/next-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To run the example locally you need to:

To learn more about LangChain, OpenAI, Next.js, and the AI SDK take a look at the following resources:

- [AI SDK docs](https://ai-sdk.dev/docs) - learn mode about the AI SDK
- [AI SDK docs](https://ai-sdk.dev/docs) - learn more about the AI SDK
- [Vercel AI Playground](https://ai-sdk.dev/playground) - compare and tune 20+ AI models side-by-side
- [LangChain Documentation](https://js.langchain.com/docs) - learn about LangChain
- [OpenAI Documentation](https://platform.openai.com/docs) - learn about OpenAI features and API.
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can use different providers, such as `vercel` by modifying your `nuxt.config

To learn more about OpenAI, Nuxt, and the AI SDK take a look at the following resources:

- [AI SDK docs](https://ai-sdk.dev/docs) - learn mode about the AI SDK
- [AI SDK docs](https://ai-sdk.dev/docs) - learn more about the AI SDK
- [Vercel AI Playground](https://ai-sdk.dev/playground) - compare and tune 20+ AI models side-by-side
- [OpenAI Documentation](https://platform.openai.com/docs) - learn about OpenAI features and API.
- [Nuxt Documentation](https://nuxt.com/docs) - learn about Nuxt features and API.
2 changes: 1 addition & 1 deletion examples/solidstart-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ By default, `npm run build` will generate a Node app that you can run with `npm

To learn more about OpenAI, Nuxt, and the AI SDK take a look at the following resources:

- [AI SDK docs](https://ai-sdk.dev/docs) - learn mode about the AI SDK
- [AI SDK docs](https://ai-sdk.dev/docs) - learn more about the AI SDK
- [Vercel AI Playground](https://ai-sdk.dev/playground) - compare and tune 20+ AI models side-by-side
- [OpenAI Documentation](https://platform.openai.com/docs) - learn about OpenAI features and API.
- [SolidStart Documentation](https://start.solidjs.com) - learn about SolidStart.
Loading