Skip to content

Commit ef5b0ff

Browse files
authored
Merge pull request #375 from YoranSys/patch-1
✏️ README.md fix typo on css example
2 parents 147b7c7 + 45dca73 commit ef5b0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To visually distinguish these three types of nodes from each other by color, we
161161
}
162162

163163
.node__leaf > circle {
164-
fill: green
164+
fill: green;
165165
/* Let's also make the radius of leaf nodes larger */
166166
r: 40;
167167
}

0 commit comments

Comments
 (0)