Skip to content

Commit 4e43d77

Browse files
committed
mermaid got too wide
1 parent a2d41cb commit 4e43d77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ code](#abnormal-code) below.)
128128
``` mermaid
129129
flowchart LR;
130130
m100-sanity ==> m100-tokenize
131-
m100-sanity ==> m100-jumps
132-
m100-jumps ==> m100-decomment
133-
m100-sanity ==> m100-decomment --> m100-crunch --> m100-tokenize
131+
m100-sanity ==> m100-jumps ==> m100-decomment
132+
m100-decomment --> m100-crunch --> m100-tokenize
134133
m100-decomment --> m100-tokenize
135134
```
136135

0 commit comments

Comments
 (0)