the9ball / actions

0 stars 0 forks source link

mermaid #39

Open the9ball opened 2 years ago

the9ball commented 2 years ago
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
the9ball commented 2 years ago
sequenceDiagram
   A->>B: ping
   B-->>A: pong