mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
Update README.md
This commit is contained in:
@@ -49,8 +49,7 @@ C -->|Two| E[Result 2]
|
|||||||
```
|
```
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
title Example flow chart
|
|
||||||
accDescripton Flow chart showing examples of node usage
|
|
||||||
A[Hard] -->|Text| B(Round)
|
A[Hard] -->|Text| B(Round)
|
||||||
B --> C{Decision}
|
B --> C{Decision}
|
||||||
C -->|One| D[Result 1]
|
C -->|One| D[Result 1]
|
||||||
|
Reference in New Issue
Block a user