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

Update README.md #5

Merged
merged 1 commit into from
Jan 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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