Skip to content

Commit

Permalink
Fix renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 31, 2023
1 parent c71a9ab commit eea2c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -133,10 +133,10 @@ The UCAN lifecycle has three parts:

``` mermaid
flowchart TD
prm(Promise\n⏳)
inv(Invocation\n🚀)
del(Delegation\n🎟️)
rev(Revocation\n🛑)
prm(Promise)
inv(Invocation)
del(Delegation️)
rev(Revocation)
prm -->|awaits| inv
del -->|proves| inv
Expand Down

0 comments on commit eea2c73

Please sign in to comment.