From 45b81a9db969bed52830d991e3e61ca35b8b232e Mon Sep 17 00:00:00 2001 From: Stefan Sechelmann Date: Thu, 15 Mar 2018 14:08:37 +0100 Subject: [PATCH] add par and alt examples to index.html --- dist/index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 8d856d04e..379ee7fca 100644 --- a/dist/index.html +++ b/dist/index.html @@ -30,7 +30,18 @@ Bob--x Alice: I am good thanks! Bob-x John: I am good thanks! Note right of John: Bob thinks a long
long time, so long
that the text does
not fit on a row. Bob-->Alice: Checking with John... -Alice->John: Yes... John, how are you? +alt either this +Alice->>John: Yes +else or this +Alice->>John: No +else or this will happen +Alice->John: Maybe +end +par this happens in parallel +Alice -->> Bob: Parallel message 1 +and +Alice -->> John: Parallel message 2 +end