diff --git a/readme.md b/readme.md index c459e00..8401269 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,9 @@ Meta: * Overview (comments, configuring, etc)
Type | Example | Code |
Example | Code | |
1: Flowchart | + | |
```mermaid flowchart LR @@ -31,9 +31,9 @@ flowchart TD D --> B B -- No ----> E[Okay] ``` - +1: Flowchart | ||
2: Sequence | + | |
```mermaid sequenceDiagram @@ -52,31 +52,31 @@ sequenceDiagram Chris --x Bob: I have no idea! Bob ->>- Alice: Hmm, ok, thanks. ``` - +2: Sequence | ||
3: Class | + | |
- | ||
4: State | +3: Class | |
- | ||
5: Entity Relationship | +4: State | |
- | ||
6: User Journey | +5: Entity Relationship | |
- | ||
7: Gantt | +6: User Journey | |
- | ||
8: Pie | +7: Gantt | |
- | ||
9: Requirement | +8: Pie | |
- | ||
10: Others | +9: Requirement | |
- |