Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 22, 2020
1 parent 5788afc commit 3293d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For now, we don't put the released library on npm. So you need to clone the repo
<script src="./static/js/configureMxGraphGlobals.js"></script>
<!-- load mxGraph client library -->
<script src="./static/js/mxClient.min.js"></script>
<!-- load BPMN Visualiztion library -->
<!-- load BPMN Visualization library -->
<script src="../../demo/0.3.0/index.es.js"></script>
```
* Define your bpmn content
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For now, we don't put the released library on npm. So you need to clone the repo
<script src="./static/js/configureMxGraphGlobals.js"></script>
<!-- load mxGraph client library -->
<script src="./static/js/mxClient.min.js"></script>
<!-- load BPMN Visualiztion library -->
<!-- load BPMN Visualization library -->
<script src="../../demo/0.3.0/index.es.js"></script>
```
* Define your bpmn content
Expand Down

0 comments on commit 3293d20

Please sign in to comment.