Update '1.md'

This commit is contained in:
BadBUTA 2021-10-13 13:31:51 +00:00
parent b1e273125b
commit e5fff517c8

8
1.md
View File

@ -2,3 +2,11 @@
graph TD
Start --> End
```
```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alic
```