Skip to content

Commit

Permalink
Merge pull request #4 from leftiness/3/document_participant_aliasing
Browse files Browse the repository at this point in the history
Issue #3: Document participant aliasing
  • Loading branch information
tylerlong authored Sep 7, 2017
2 parents c8198e2 + 5330238 commit 728ff66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/sequenceDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ sequenceDiagram
John-->>Alice: Great!
```

### Aliases

The actor can have a convenient identifier and a descriptive label.

```mermaid
sequenceDiagram
participant A as Alice
participant J as John
A->>J: Hello John, how are you?
J->>A: Great!
```

## Messages

Expand Down

0 comments on commit 728ff66

Please sign in to comment.