docs: typo in npx command to install LangGraph CLI (#4761)

This commit is contained in:
Leeroy Brun
2025-05-20 17:08:02 +00:00
committed by GitHub
parent bd52b1faa1
commit ae5c01fbab
@@ -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 🌱