docs(README): Use subgraph LR

Makes it more readable
This commit is contained in:
Jose Daniel G. Percy 2025-05-09 12:11:46 +08:00
parent ad53d9ef8b
commit 52d8e010ca

View File

@ -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);