Merge pull request #2612 from Erhannis/patch-1

Change "graph" to "flowchart"
This commit is contained in:
Knut Sveidqvist
2022-01-11 18:11:30 +01:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ __The following are some examples of the diagrams, charts and graphs that can be
</td></tr>
<tr>
<td><pre>
graph TD
flowchart TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]