From 8abfc92ff04f6bc558be9f2ca4f4da7322b92623 Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Tue, 11 Jul 2023 22:59:01 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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