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]