Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 477 Bytes

Headline

An awesome project.

Mermaid

graph LR
    A --- B
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);
Loading
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
Loading