Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9a6f0371d3
commit
8398012a49
1 changed files with 8 additions and 0 deletions
8
flow/overview/README.md
Normal file
8
flow/overview/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
```mermaid
|
||||
graph TD;
|
||||
A-->B;
|
||||
A-->C;
|
||||
B-->D;
|
||||
C-->D;
|
||||
```
|
||||
|
Loading…
Reference in a new issue