Mise à jour de 'README.md'

This commit is contained in:
Fabrice Didon 2023-07-11 22:59:01 +02:00
parent 25e77e8d58
commit 8abfc92ff0

View File

@ -8,10 +8,13 @@ ok
```plantuml ```plantuml
@startuml @startuml
Alice -> Bob: Authentication Request class Example {
Bob --> Alice: Authentication Response - String name
- int number
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response +void getName()
+void getNumber()
+String toString()
}
@enduml @enduml
``` ```