fix(docs): invalid command for creating langgraph app

Closes https://github.com/langchain-ai/langgraphjs/issues/1331
This commit is contained in:
Tat Dat Duong
2025-07-04 16:29:38 +02:00
parent 07cd4d83e1
commit 690b6f4ea1
+1 -1
View File
@@ -64,7 +64,7 @@ To create a new app from a template, use the `langgraph new` command.
=== "JS"
```bash
npx @langchain/langgraph-cli new
npm create langgraph@latest
```
## Next Steps