mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Merge pull request #5306 from loucadufault/patch-1
Update docs to properly showcase participant ordering
This commit is contained in:
@@ -30,8 +30,8 @@ appearance by doing the following:
|
|||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->>Bob: Hi Bob
|
|
||||||
Bob->>Alice: Hi Alice
|
Bob->>Alice: Hi Alice
|
||||||
|
Alice->>Bob: Hi Bob
|
||||||
```
|
```
|
||||||
|
|
||||||
### Actors
|
### Actors
|
||||||
|
Reference in New Issue
Block a user