From 8c922c4275da0470e452f67452fbb5d4beb2e68c Mon Sep 17 00:00:00 2001 From: vbarda Date: Mon, 10 Jun 2024 11:33:54 -0400 Subject: [PATCH] remove unncessary line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3e51765b7..b5ec1d140 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,6 @@ For more advanced examples of LangGraph agents with with tool calling, condition ## Documentation -We hope this gave you a taste of what you can build! Check out the rest of the docs to learn more. - * [Tutorials](https://langchain-ai.github.io/langgraph/tutorials/): Learn to build with LangGraph through guided examples. * [How-to Guides](https://langchain-ai.github.io/langgraph/how-tos/): Accomplish specific things within LangGraph, from streaming, to adding memory & persistence, to common design patterns (branching, subgraphs, etc.), these are the place to go if you want to copy and run a specific code snippet. * [Conceptual Guides](https://langchain-ai.github.io/langgraph/concepts/): In-depth explanations of the key concepts and principles behind LangGraph, such as nodes, edges, state and more.