Skip to content

Commit

Permalink
Fix mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Oct 21, 2024
1 parent b6d5557 commit 36d832d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ sequenceDiagram
participant B as Browser
participant C as Contract
U->+B: Select location
B->B: Create nonce
B->B: Generate proof
B->+C: Submit proof
C->C: Validate proof
C->C: Store nonce hash
C-->U: Issue token
U->>+B: Select location
B->>B: Create nonce
B->>B: Generate proof
B->>+C: Submit proof
C->>C: Validate proof
C->>C: Store nonce hash
C-->>U: Issue token
deactivate C
deactivate B
```
Expand Down

0 comments on commit 36d832d

Please sign in to comment.