diff --git a/README.md b/README.md index d2324d4..dceca6b 100644 --- a/README.md +++ b/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 ``` \ No newline at end of file