Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from knsv/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bjowes committed Jan 13, 2015
2 parents 58659c4 + 0b2afb8 commit fec3101
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fec3101

Please sign in to comment.