Skip to content

Commit 45dca73

Browse files
authored
✏️ fix typo on css example
1 parent 147b7c7 commit 45dca73

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)