mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08: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:
parent
0924a1cef0
commit
9bd5652b88
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user