From b42b43f82b1873c9d6c7045dba63fcd6d0d19099 Mon Sep 17 00:00:00 2001 From: "antonio@fulminlabs.org" Date: Mon, 23 Dec 2024 17:52:01 +0100 Subject: [PATCH] fix diagram --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d619c14..c05f7b7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In spirit, this is similar to a flash loan from the user's balance, with the key ## How It Works -
+```mermaid sequenceDiagram participant User participant TokenFlow @@ -37,9 +37,7 @@ sequenceDiagram Note over TokenFlow: Verify netflow constraints TokenFlow-->>User: return deactivate TokenFlow -
- - +``` ## Examples