From ae5c01fbab3e56aead4170c8eb81915954bf58ba Mon Sep 17 00:00:00 2001 From: Leeroy Brun Date: Tue, 20 May 2025 19:08:02 +0200 Subject: [PATCH] docs: typo in npx command to install LangGraph CLI (#4761) --- 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 8208231ed..6be742224 100644 --- a/docs/docs/tutorials/langgraph-platform/local-server.md +++ b/docs/docs/tutorials/langgraph-platform/local-server.md @@ -21,7 +21,7 @@ Before you begin, ensure you have the following: === "Node server" ```shell - npx @langchain/langgraph-cl + npx @langchain/langgraph-cli ``` ## 2. Create a LangGraph app 🌱