From e7b84d008ee946c584e6f3edd3b2b7ca65098d0f Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sun, 17 Apr 2022 22:03:34 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf50713b..79b42f984 100644 --- a/README.md +++ b/README.md @@ -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]