diff --git a/1.md b/1.md index 36b41ab..400801d 100644 --- a/1.md +++ b/1.md @@ -1,4 +1,12 @@ ```mermaid graph TD Start --> End -``` \ No newline at end of file +``` + +```plantuml + Alice -> Bob: Authentication Request + Bob --> Alice: Authentication Response + + Alice -> Bob: Another authentication Request + Alic +``` \ No newline at end of file