From 6e3eb6370ea3d9741a02ce1e9b656b9a041dabcd Mon Sep 17 00:00:00 2001 From: lc-arjun Date: Wed, 14 May 2025 06:56:36 -0700 Subject: [PATCH] Update docs/docs/tutorials/langgraph-platform/local-server.md Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- docs/docs/tutorials/langgraph-platform/local-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/langgraph-platform/local-server.md b/docs/docs/tutorials/langgraph-platform/local-server.md index d528f2449..8208231ed 100644 --- a/docs/docs/tutorials/langgraph-platform/local-server.md +++ b/docs/docs/tutorials/langgraph-platform/local-server.md @@ -26,7 +26,7 @@ Before you begin, ensure you have the following: ## 2. Create a LangGraph app 🌱 -Create a new app from the [`new-langgraph-project-python` template](https://github.com/langchain-ai/new-langgraph-project) or [`new-langgraph-project-js` template](https://github.com/langchain-ai/new-langgraphjs-project). This template demonstrates a simple test application strictly for the purposes of getting started. +Create a new app from the [`new-langgraph-project-python` template](https://github.com/langchain-ai/new-langgraph-project) or [`new-langgraph-project-js` template](https://github.com/langchain-ai/new-langgraphjs-project). This template demonstrates a single-node application you can extend with your own logic. === "Python server"