From 70f9434886113d2107dffb1d9b0786384af4e201 Mon Sep 17 00:00:00 2001 From: vbarda Date: Tue, 11 Jun 2024 09:44:30 -0400 Subject: [PATCH] remove contributing section --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index f59e5e9aa..3b7e4526c 100644 --- a/README.md +++ b/README.md @@ -174,10 +174,4 @@ final_state["messages"][-1].content * [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. -* [API Reference](https://langchain-ai.github.io/langgraph/reference/graphs/): Review important classes and methods, simple examples of how to use the graph and checkpointing APIs, higher-level prebuilt components and more. - -## Contributing - -As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation. - -For detailed information on how to contribute, see [here](https://python.langchain.com/v0.2/docs/contributing/). \ No newline at end of file +* [API Reference](https://langchain-ai.github.io/langgraph/reference/graphs/): Review important classes and methods, simple examples of how to use the graph and checkpointing APIs, higher-level prebuilt components and more. \ No newline at end of file