From 76264a04c8d0a1e745d4156c9173686d4c61457b Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Wed, 22 Jun 2022 19:10:15 +0200
Subject: [PATCH] #414 Reformat

---
 client/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/README.md b/client/README.md
index eb76e58cf..81cb0b79a 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]
-- 
GitLab