diff --git a/README.md b/README.md index eedf747..b1b4b0b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update 3. In `route.ts`, see how the backend-running `researchAction` is defined against the `research.ts` agent, powered by LangChain's LangGraph and by Tavily research API. -``` ## Learn More @@ -49,4 +48,3 @@ To learn more about CopilotKit, take a look at the following resources: - [CopilotKit Documentation](https://docs.copilotkit.ai/getting-started/quickstart-chatbot) - learn about CopilotKit features and API. - [GitHub](https://github.com/CopilotKit/CopilotKit) - Check out the CopilotKit GitHub repository. - [Discord](https://discord.gg/6dffbvGU3D) - Join the CopilotKit Discord community. -```