diff --git a/README.md b/README.md
index 665573a..4149b97 100644
--- a/README.md
+++ b/README.md
@@ -14,61 +14,61 @@ If you prefer diving straight into code, we have a growing list of examples of c
- [A vanilla agent that can improve a user prompt](./financial-prompt-optimizer)
-
+
---
- [A vanilla agent that retrieves raw widget data](./30-vanilla-agent-raw-widget-data)
-
+
---
- [A vanilla agent that yields reasoning steps to OpenBB Workspace](./31-vanilla-agent-reasoning-steps)
-
+
---
- [A vanilla agent that can retrieve data from OpenBB Workspace and produce citations](./32-vanilla-agent-raw-widget-data-citations)
-
+
---
- [A vanilla agent that can produce charts](./33-vanilla-agent-charts)
-
+
---
- [A vanilla agent that can produce tables](./34-vanilla-agent-tables)
-
+
---
- [A vanilla agent that can handle PDF data](./35-vanilla-agent-pdf)
-
+
---
- [A vanilla agent that can handle PDF data and add citations in the document](./36-vanilla-agent-pdf-citations)
-
+
---
- [A vanilla agent that can access widgets on the dashboard](./36-vanilla-agent-dashboard-widgets)
-
+
---
- [A vanilla agent that has custom features](./37-vanilla-agent-custom-features)
-
+
---
@@ -80,7 +80,7 @@ If you prefer diving straight into code, we have a growing list of examples of c
- [A agent that shows how to access widgets from dashboard and context](./40-vanilla-agent-dashboard-widgets)
-
+
These examples are a good starting point for building your own custom agent if you are interested in a specific feature or use case.