From 2ff2972b67662adf1bf2a01e8ed1ade6f5eb7fe7 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Tue, 13 May 2025 18:21:20 -0400 Subject: [PATCH] oops js is js not python --- 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 22e4da680..38375fbbd 100644 --- a/docs/docs/tutorials/langgraph-platform/local-server.md +++ b/docs/docs/tutorials/langgraph-platform/local-server.md @@ -29,7 +29,7 @@ Create a new app from the [`new-langgraph-project-python` template](https://gith === "Node server" ```shell - langgraph new path/to/your/app --template new-langgraph-project-python + langgraph new path/to/your/app --template new-langgraph-project-js ``` !!! tip "Additional templates"