Skip to content

Commit

Permalink
Update litepaper.md
Browse files Browse the repository at this point in the history
Fixing typo in "verified" that was in mermaid diagram for 1.5 years
  • Loading branch information
jessicadaugherty authored Jun 7, 2024
1 parent e5f6627 commit bd2f369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions litepaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ flowchart LR
subgraph "Provider Bucket"
subgraph go["Gateway Proivder"]
direction LR
P0(Gateway API Client)<-->|Verfied Data|D0(Underlying Blockchain)
P0(Gateway API Client)<-->|Verified Data|D0(Underlying Blockchain)
end
subgraph po1["Provider 1"]
direction LR
P1(Independent API Client 1)<-->|Verfied Data|D1(Underlying Blockchain)
P1(Independent API Client 1)<-->|Verified Data|D1(Underlying Blockchain)
end
subgraph po2["Provider 2"]
direction LR
P2(Independent API Client 2)<-->|Verfied Data|D2(Underlying Blockchain)
P2(Independent API Client 2)<-->|Verified Data|D2(Underlying Blockchain)
end
end
G<-->go
Expand Down

0 comments on commit bd2f369

Please sign in to comment.