Mise à jour de 'README.md'
This commit is contained in:
parent
25e77e8d58
commit
8abfc92ff0
11
README.md
11
README.md
@ -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
|
+void getName()
|
||||||
Alice <-- Bob: Another authentication Response
|
+void getNumber()
|
||||||
|
+String toString()
|
||||||
|
}
|
||||||
@enduml
|
@enduml
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue
Block a user