Skip to content

Commit 9f13b44

Browse files
Update README.md
1 parent a448825 commit 9f13b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ classDef completed fill:#ccffd8,color:#000;
157157
158158
%% <Issues>
159159
160-
start("Start"):::notstarted;
160+
start("Start"):::default;
161161
162162
issue1488484564("[TEST ISSUE] Child issue 1"):::completed;
163163
click issue1488484564 href "https://github.com/maxim-lobanov/build-issue-dependencies-graph/issues/2" _blank;
@@ -180,7 +180,7 @@ click issue1524488472 href "https://github.com/maxim-lobanov/build-issue-depende
180180
issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted;
181181
click issue1524488513 href "https://github.com/maxim-lobanov/build-issue-dependencies-graph/issues/8" _blank;
182182
183-
finish("Finish"):::notstarted;
183+
finish("Finish"):::default;
184184
185185
%% </Issues>
186186
@@ -202,4 +202,4 @@ issue1524488513 --> finish;
202202
203203
%% </Dependencies>
204204
205-
```
205+
```

0 commit comments

Comments
 (0)