docs(README): link examples in usage section

This commit is contained in:
Nico Rehwaldt 2018-02-05 16:30:35 +01:00
parent d629817f08
commit 1dcbf68d48
1 changed files with 4 additions and 0 deletions

View File

@ -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
You may attach or detach the viewer dynamically to any element on the page, too: