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:
Erhannis 2022-01-07 00:14:45 -05:00 committed by GitHub
parent 0924a1cef0
commit 9bd5652b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]