diff --git a/README.md b/README.md index 16320ab73..cd257ec52 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ sequenceDiagram loop Healthcheck John->>John: Fight against hypochondria end - Note right of John: Rational thoughts
prevail... + Note right of John: Rational thoughts <br/>prevail... John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! @@ -54,6 +54,26 @@ sequenceDiagram Sequence Diagram + + + +
+                
+gantt
+dateFormat  YYYY-MM-DD
+title Adding GANTT diagram to mermaid
+
+section A section
+Completed task            :done,    des1, 2014-01-06,2014-01-08
+Active task               :active,  des2, 2014-01-09, 3d
+Future task               :         des3, after des2, 5d
+Future task2               :         des4, after des3, 5d
+                
+            
+ + + Gantt Diagram + @@ -77,7 +97,7 @@ classDiagram - Example 3 + Class Diagram @@ -105,7 +125,7 @@ end - Example 4 + Git Graph diff --git a/img/class-diagram.png b/img/class.png similarity index 100% rename from img/class-diagram.png rename to img/class.png diff --git a/img/gantt.png b/img/gantt.png new file mode 100644 index 000000000..64645cb5b Binary files /dev/null and b/img/gantt.png differ diff --git a/img/gitgraph.mm.png b/img/git.png similarity index 100% rename from img/gitgraph.mm.png rename to img/git.png