Mise à jour de 'README.md'

This commit is contained in:
Fabrice Didon 2023-07-11 22:57:29 +02:00
parent 81afba81d0
commit 25e77e8d58

View File

@ -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
@enduml
```