mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 10:49:38 +02:00
Change "graph" to "flowchart"
It seems like the keyword "graph" has been deprecated in favor of "flowchart". There are some features that "flowchart" renders that "graph" doesn't - the new arrowheads, for instance. If there's not a reason to leave it as "graph", I propose the example be updated to avoid confusion.
This commit is contained in:
@@ -43,7 +43,7 @@ __The following are some examples of the diagrams, charts and graphs that can be
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><pre>
|
<td><pre>
|
||||||
graph TD
|
flowchart TD
|
||||||
A[Hard] -->|Text| B(Round)
|
A[Hard] -->|Text| B(Round)
|
||||||
B --> C{Decision}
|
B --> C{Decision}
|
||||||
C -->|One| D[Result 1]
|
C -->|One| D[Result 1]
|
||||||
|
Reference in New Issue
Block a user