diff --git a/docs/docs/concepts/why-langgraph.md b/docs/docs/concepts/why-langgraph.md index 1d27c28a1..d31741fff 100644 --- a/docs/docs/concepts/why-langgraph.md +++ b/docs/docs/concepts/why-langgraph.md @@ -19,8 +19,8 @@ To get acquainted with LangGraph's key concepts and features, complete the follo In completing this series of tutorials, you will build a support chatbot in LangGraph that can: -✅ **Answer common questions** by searching the web -✅ **Maintain conversation state** across calls -✅ **Route complex queries** to a human for review -✅ **Use custom state** to control its behavior -✅ **Rewind and explore** alternative conversation paths +* ✅ **Answer common questions** by searching the web +* ✅ **Maintain conversation state** across calls +* ✅ **Route complex queries** to a human for review +* ✅ **Use custom state** to control its behavior +* ✅ **Rewind and explore** alternative conversation paths