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
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
class Example {
- String name
- int number
+void getName()
+void getNumber()
+String toString()
}
@enduml
```