From ee3680eb6df6e96d8afcb4f33078ff82c3c8ee4f Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Sun, 28 Nov 2021 12:15:00 +0100 Subject: [PATCH] update syntax of data flow diagram example --- dist/dataflowchart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/dataflowchart.html b/dist/dataflowchart.html index 8aa1d882c..0b554b292 100644 --- a/dist/dataflowchart.html +++ b/dist/dataflowchart.html @@ -15,8 +15,8 @@

Sample

- graph LR - DataStore[|Database|] -->|input| Process((System)) -->|output| Entity[Customer] + flowchart LR + DataStore[|borders:tb|Database] -->|input| Process((System)) -->|output| Entity[Customer];