From 296e36e92afaab092b7fd5c00dbb02dac14fd3e2 Mon Sep 17 00:00:00 2001
From: fynks <75840152+fynks@users.noreply.github.com>
Date: Sat, 8 Nov 2025 16:58:25 +0500
Subject: [PATCH] feat(README): replace flowchart code block with SVG image for
better visualization
---
README.md | 17 ++-----
dist/images/flowchart.svg | 99 +++++++++++++++++++++++++++++++++++++++
2 files changed, 102 insertions(+), 14 deletions(-)
create mode 100644 dist/images/flowchart.svg
diff --git a/README.md b/README.md
index 7a2ee59..340c3dc 100644
--- a/README.md
+++ b/README.md
@@ -70,20 +70,9 @@ Debrid ("multi-hoster") services act as paid aggregation layers between you and
### How It Works
-
-```mermaid
-flowchart TD
- A[User provides file link or torrent] --> B{File on supported host?}
- B -->|Yes| C[Debrid service fetches file]
- C --> D[File cached on high-speed servers]
- D --> E{Stream or download?}
- E -->|Stream| F[Direct streaming link provided]
- E -->|Download| G[High-speed download link provided]
- F --> H[Access file instantly]
- G --> H
- H --> I[File cached for 24-72 hours]
-```
-
+
+
+