Skip to content

Commit b79ea10

Browse files
Fixed docs
1 parent 79c6000 commit b79ea10

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
@@ -295,7 +295,7 @@ Custom style attributes for nodes and edges can easily be added.
295295
3. Add the CSS styling
296296
- In the same (or another) CSS file, add the styling for the custom style attribute
297297
```css
298-
.canvas-node[data-<YOUR-CUSTOM-STYLE-KEY>] {
298+
.canvas-node[data-<YOUR-CUSTOM-STYLE-KEY>="<VALUE>"] {
299299
/* Your custom styling */
300300
}
301301
```

0 commit comments

Comments
 (0)