diff --git a/client/README.md b/client/README.md index eb76e58cfebb0415c65b22e2f75fa326bbc59a24..81cb0b79aa9368fe7911d7ff9a4d7f4236646ff9 100644 --- a/client/README.md +++ b/client/README.md @@ -21,10 +21,11 @@ For the actual sender client those calls look like this: <td> ```mermaid + flowchart TD A[Create Client] --> B(Provide DestinationID) -B -->|get encryption key| C[Add Attachments] +B -->|next| C[Add Attachments] C -->|send| D[SubmissionForPickup] C -->|next| E[Add Data] E -->|send| D[SubmissionForPickup]