Update sequenceDiagram.md

This commit is contained in:
Knut Sveidqvist
2021-01-21 21:13:15 +01:00
committed by GitHub
parent 3c5da00230
commit c60734cc5f

View File

@@ -15,6 +15,7 @@ sequenceDiagram
sequenceDiagram sequenceDiagram
Alice->>John: Hello John, how are you? Alice->>John: Hello John, how are you?
John-->>Alice: Great! John-->>Alice: Great!
Alice--)John: See you later!
``` ```
```note ```note
@@ -84,8 +85,10 @@ There are six types of arrows currently supported:
| --> | Dotted line without arrow | | --> | Dotted line without arrow |
| ->> | Solid line with arrowhead | | ->> | Solid line with arrowhead |
| -->> | Dotted line with arrowhead | | -->> | Dotted line with arrowhead |
| -x | Solid line with a cross at the end (async) | | -x | Solid line with a cross at the end |
| --x | Dotted line with a cross at the end (async) | | --x | Dotted line with a cross at the end. |
| -) | Solid line with an open arrowat the end (async) |
| --) | Dotted line with a open arrow at the end (async) |
## Activations ## Activations