diff --git a/examples/langgraph/README.md b/examples/langgraph/README.md index f66e9808..e9851e3e 100644 --- a/examples/langgraph/README.md +++ b/examples/langgraph/README.md @@ -15,7 +15,7 @@ An example LangGraph agent that helps with currency conversion. 3. Start the server ```bash - uv run main.py + uv run . ``` 4. Run the test client