diff --git a/README.md b/README.md index 5f6a7db..4cc5bec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/unit-tests.yml) [](https://github.com/langchain-ai/new-langgraph-project/actions/workflows/integration-tests.yml) -This template demonstrates a simple application implemented using [LangGraph](https://github.com/langchain-ai/langgraph), designed for showing how to get started with [LangGraph Studio](https://langchain-ai.github.io/langgraph/concepts/langgraph_studio/). +This template demonstrates a simple application implemented using [LangGraph](https://github.com/langchain-ai/langgraph), designed for showing how to get started with [LangGraph Server](https://langchain-ai.github.io/langgraph/concepts/langgraph_server/#langgraph-server) and using [LangGraph Studio](https://langchain-ai.github.io/langgraph/concepts/langgraph_studio/), a visual debugging IDE.
@@ -55,6 +55,8 @@ pip install -e .
langgraph dev
```
+For more information on getting started with LangGraph Server, [see here](https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/).
+
## How to customize
1. **Define a configuration**: Create a `configuration.py` file and define a configuration schema. For example, in a chatbot application you may want to define a dynamic system prompt or LLM to use. For more information on configurations in LangGraph, [see here](https://langchain-ai.github.io/langgraph/concepts/low_level/?h=configuration#configuration).