Update '1.md'

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

10
1.md
View File

@ -1,4 +1,12 @@
```mermaid ```mermaid
graph TD graph TD
Start --> End Start --> End
``` ```
```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alic
```