Skip to content

Commit

Permalink
Merge pull request #1 from flood-protocol/fix-diagram
Browse files Browse the repository at this point in the history
fix diagram
  • Loading branch information
fulminmaxi authored Dec 23, 2024
2 parents a64b2a9 + b42b43f commit 18fc8ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In spirit, this is similar to a flash loan from the user's balance, with the key

## How It Works

<div class="mermaid">
```mermaid
sequenceDiagram
participant User
participant TokenFlow
Expand All @@ -37,9 +37,7 @@ sequenceDiagram
Note over TokenFlow: Verify netflow constraints
TokenFlow-->>User: return
deactivate TokenFlow
</div>


```

## Examples

Expand Down

0 comments on commit 18fc8ca

Please sign in to comment.