Mise à jour de 'README.md'
This commit is contained in:
parent
25e77e8d58
commit
8abfc92ff0
13
README.md
13
README.md
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user