From 25e77e8d58fd55659b22f114cd2b216e29a8ba41 Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Tue, 11 Jul 2023 22:57:29 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af510de..d2324d4 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ ok -class="language-plantuml" +```plantuml @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: Another authentication Response -@enduml \ No newline at end of file +@enduml +``` \ No newline at end of file