From e5e227512e39cea8359a4900f596cf7abc782b07 Mon Sep 17 00:00:00 2001 From: aron Date: Wed, 17 Sep 2025 19:12:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6634c5..6ece418 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,12 @@ Run: docker-compose up --build ``` -Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0). \ No newline at end of file +Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0). + + +```mermaid +graph TD + A[Start] --> B{Is it working?} + B -- Yes --> C[Celebrate 🎉] + B -- No --> D[Debug 🔧] +``` \ No newline at end of file