Update README.md

This commit is contained in:
Neil Cuzon
2022-04-17 22:03:34 -07:00
committed by GitHub
parent 88cf2023c9
commit e7b84d008e

View File

@@ -49,8 +49,7 @@ C -->|Two| E[Result 2]
```
```mermaid
flowchart LR
title Example flow chart
accDescripton Flow chart showing examples of node usage
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]