Skip to content

Commit af7c7cb

Browse files
committed
updated README to reflect latest API changes
1 parent f72d9af commit af7c7cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ You don't need to download any dependencies such as plantUML or Graphviz, which
2121
db := "DynamoDB"
2222
2323
d.SetTitle("User initiates chat with another User")
24-
d.AddParticipant(client)
25-
d.AddParticipant(backend)
26-
d.AddParticipant(db)
24+
25+
d.AddParticipants(client, backend, db)
2726
2827
d.AddDirectionalEdge(client, backend, "PUT /chat/user/<TO_ID>")
2928
d.AddDirectionalEdge(backend, db, "checks or create inbox for user")

0 commit comments

Comments
 (0)