From 0b2afb8e71169f63b85cac8ba0554fc071f34475 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Mon, 12 Jan 2015 07:31:51 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95da2e16b..aca9246a6 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ graph TD; sequenceDiagram participant Alice participant Bob - Alice->John: Hello John, how are you? + Alice->>John: Hello John, how are you? loop Healthcheck - John->John: Fight against hypochondria + John->>John: Fight against hypochondria end Note right of John: Rational thoughts <br/>prevail... - John-->Alice: Great! - John->Bob: How about you? - Bob-->John: Jolly good! + John-->>Alice: Great! + John->>Bob: How about you? + Bob-->>John: Jolly good!