mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +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
|
||||
participant Alice
|
||||
participant Bob
|
||||
Alice->>Bob: Hi Bob
|
||||
Bob->>Alice: Hi Alice
|
||||
Alice->>Bob: Hi Bob
|
||||
```
|
||||
|
||||
### Actors
|
||||
|
Reference in New Issue
Block a user