Merge pull request #5 from knsv/master

Update README.md
This commit is contained in:
Björn Weström 2015-01-13 22:13:30 +01:00
commit fec3101f37
1 changed files with 5 additions and 5 deletions

View File

@ -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!
</code>
</pre>
</td>