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 🌱