Skip to content

Commit

Permalink
chore: fix example diagram path
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Oct 14, 2024
1 parent 109ebbb commit 7f85836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ <h1>Display BPMN 2.0 Diagrams Using React</h1>
root.render(
<div>
<ReactBpmn
url="/diagram.bpmn"
url="/public/diagram.bpmn"
onLoading={onLoading}
onShown={onShown}
onError={onError}
/>
<hr />

<ExternalLoadedBpmn
url="/diagram.bpmn"
url="/public/diagram.bpmn"
onLoading={onLoading}
onShown={onShown}
onError={onError}
Expand Down

0 comments on commit 7f85836

Please sign in to comment.