Skip to content

Commit e97533b

Browse files
authored
doc: remove TODO
1 parent 04307a6 commit e97533b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,10 @@ flowchart LR
354354
classDef EXIST fill:#888,color:#000,stroke:#000
355355
classDef DONE fill:#3c3,color:#000,stroke:#000
356356
classDef WIP fill:#cc3,color:#000,stroke:#000
357-
classDef TODO fill:#c33,color:#000,stroke:#000
358357
classDef NEW fill:#fff,color:#000,stroke:#f00,stroke-width:2,stroke-dasharray:5
359358
subgraph Legend
360359
direction LR
361-
EXIST:::EXIST ~~~ TODO:::TODO ~~~ WIP:::WIP ~~~ DONE:::DONE ~~~ NEW:::NEW
360+
EXIST:::EXIST ~~~ WIP:::WIP ~~~ DONE:::DONE ~~~ NEW:::NEW
362361
end
363362
```
364363

0 commit comments

Comments
 (0)