diff --git a/docs/index.md b/docs/index.md
index 033ae97..99f8e33 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -18,14 +18,12 @@ We model the LLM workflow as a **Nested Directed Graph**:
- **Async** Nodes/Flows allow waits or **Parallel** execution
-> **Note:** Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
-{: .note }
-
-
+> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
+{: .note }
## Core Abstraction
@@ -42,7 +40,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
- [LLM Wrapper](./llm.md)
- [Tool](./tool.md)
-> **Note:** We do not provide implementation for low-level details.
+> We do not provide implementation for low-level details
{: .note }
## High-Level Paradigm