Skip to content

Commit

Permalink
Clearer title section in diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 9, 2023
1 parent adb12ff commit d8bf27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sequenceDiagram
actor Alice
actor Bob
Note over ACL: Setup
Note over ACL, DBAgent: Setup
DBAgent ->> ACL: signup(DBAgent)
ACL ->> ACL: register(DBAgent)
Expand All @@ -204,7 +204,7 @@ sequenceDiagram
Alice -->> Bob: delegate(DBAgent, write)
Note over Database, Bob: Invocation
Bob ->>+ DBAgent: invoke(DBAgent, write(key, value), proof: [➊,➋])
Bob ->>+ DBAgent: invoke(DBAgent, [write, key, value], proof: [➊,➋])
critical External System
DBAgent ->> ACL: write(key, value)
Expand Down

0 comments on commit d8bf27c

Please sign in to comment.