diff --git a/docs/docs/how_to/installation.mdx b/docs/docs/how_to/installation.mdx index 29614d306c1..c778c6243c3 100644 --- a/docs/docs/how_to/installation.mdx +++ b/docs/docs/how_to/installation.mdx @@ -72,7 +72,7 @@ pip install langchain-experimental ``` ### LangGraph -`langgraph` is a library for building stateful, multi-actor applications with LLM. It integrates smoothly with LangChain, but can be used without it. +`langgraph` is a library for building stateful, multi-actor applications with LLMs. It integrates smoothly with LangChain, but can be used without it. Install with: ```bash