From 52d8e010ca529e45345139105d87cab3ac04c98b Mon Sep 17 00:00:00 2001 From: "Jose Daniel G. Percy" Date: Fri, 9 May 2025 12:11:46 +0800 Subject: [PATCH] docs(README): Use subgraph LR Makes it more readable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faeaacc..d6a7294 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The generator currently supports problems related to the following topics (align The problem generator is a modular system composed of several Python scripts and JSON data files that work together to produce financial problems. ```mermaid -graph TD +graph LR A[problem_engine.py] --> B(data_loader.py); A --> C(value_sampler.py); A --> D(date_utils.py);