From 9bd5652b88d75f85cc55bbd851960f27547b7000 Mon Sep 17 00:00:00 2001 From: Erhannis Date: Fri, 7 Jan 2022 00:14:45 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f52c6d7d..b6f24b8f3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ __The following are some examples of the diagrams, charts and graphs that can be
-graph TD
+flowchart TD
 A[Hard] -->|Text| B(Round)
 B --> C{Decision}
 C -->|One| D[Result 1]