From 1d158992f269a159caa5cf1014509f0e34c4aa75 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 8 May 2024 13:43:09 -0600 Subject: [PATCH] Inadvertent code block README.md Removed backticks resulting in an inadvertent code block. --- README.md | 2 -- 1 file changed, 2 deletions(-) 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. -```