Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 17, 2023
1 parent 94e084d commit c50b451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sequenceDiagram
Dan ->> Alice πŸ’Ύ: Read from Alice's DB!
Alice πŸ’Ύ -->> Dan: Result<➐>
Dan ->> Carol πŸ“§: Send email containing Result<➐> as Carol!
Carol πŸ“§ ->> Carol πŸ“§: Send email!
Carol πŸ“§ ->> Carol πŸ“§: Send email containing Result<➐> as Carol!
Note over Alice πŸ’Ύ, Dan: Async Promise Pipeline Flow
Dan ->> Alice πŸ’Ύ: Read from Alice's DB!
Expand Down

0 comments on commit c50b451

Please sign in to comment.