Skip to content

Commit

Permalink
docs: correct config parameter
Browse files Browse the repository at this point in the history
Closes #17.
  • Loading branch information
nikku committed Jan 23, 2024
1 parent 3cecb18 commit f2ee80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const viewer = new BpmnViewer({
...,
ElementTemplateIconRenderer
],
elementTemplateIconRender: {
elementTemplateIconRenderer: {
iconProperty: 'foo:icon' // read from <bpmn:task foo:icon="..." />
}
});
Expand Down

0 comments on commit f2ee80d

Please sign in to comment.