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.