Skip to content

Commit 4ad1879

Browse files
committed
correct diagram
1 parent 781f210 commit 4ad1879

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ Publishing this wrapper on PyPI should allow for the templates to be installed u
1313

1414
This section is the plan of how the package should work and is subject to change.
1515

16-
graph TD
17-
A[Enter Chart Definition] --> B(Preview)
18-
B --> C{decide}
19-
C --> D[Keep]
20-
C --> E[Edit Definition]
21-
E --> B
22-
D --> F[Save Image and Code]
23-
F --> B
16+
```mermaid
17+
graph TD;
18+
A-->B;
19+
A-->C;
20+
B-->D;
21+
C-->D;
22+
```

0 commit comments

Comments
 (0)