From e9e4b5e1b8b766f805c0acc7fbe93f9ee371fd4d Mon Sep 17 00:00:00 2001 From: Satyam Mittal Date: Sat, 7 Feb 2026 21:50:48 -0600 Subject: [PATCH] Update flowchart direction in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b46fbc..c04fa60 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The focus is on **learning by doing** — notebooks and guides are reproducible, If you're new, start with the path that matches your goal such as: ```mermaid -flowchart TD +flowchart LR %% ========== Styles ========== classDef start fill:#E8F5E9,stroke:#2E7D32,stroke-width:1px,color:#1B5E20; classDef step fill:#E3F2FD,stroke:#1565C0,stroke-width:1px,color:#0D47A1;