docs(README.zh-CN): Change "graph" to "flowchart"

This commit is contained in:
lexmin0412
2022-01-23 00:38:34 +08:00
committed by GitHub
parent 2de2cb64f8
commit 0eae5120eb

View File

@@ -40,7 +40,7 @@ __下面是一些使用 Mermaid 和类 Markdown 语法创建的图表示例。
</td></tr>
<tr>
<td><pre>
graph TD
flowchart TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]