docs(README): link examples in usage section
This commit is contained in:
parent
d629817f08
commit
1dcbf68d48
|
@ -36,6 +36,10 @@ viewer.importXML(xml, function(err) {
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Checkout our [examples](https://github.com/bpmn-io/bpmn-js-examples) for many
|
||||||
|
more supported usage scenarios.
|
||||||
|
|
||||||
|
|
||||||
### Dynamic Attach/Detach
|
### Dynamic Attach/Detach
|
||||||
|
|
||||||
You may attach or detach the viewer dynamically to any element on the page, too:
|
You may attach or detach the viewer dynamically to any element on the page, too:
|
||||||
|
|
Loading…
Reference in New Issue