Skip to content

Commit

Permalink
Merge pull request #498 from gomlgs/patch-1
Browse files Browse the repository at this point in the history
Fix documentation for git graph.
  • Loading branch information
knsv committed Apr 1, 2017
2 parents c6ccfa8 + fa7570e commit 8772a5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sequenceDiagram
<pre>
<code>
classDiagram
Class01 <|-- AveryLongClass : Cool
Class01 &lt;|-- AveryLongClass : Cool
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Expand All @@ -70,7 +70,7 @@ classDiagram
Class01 : size()
Class01 : int chimp
Class01 : int gorilla
Class08 <--> C2: Cool label
Class08 &lt;--> C2: Cool label
</code>
</pre>
</td>
Expand Down Expand Up @@ -99,7 +99,6 @@ end
commit
commit
merge newbranch

</code>
</pre>
</td>
Expand Down

0 comments on commit 8772a5b

Please sign in to comment.