We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d07c commit c0e2b40Copy full SHA for c0e2b40
README.md
@@ -2,7 +2,7 @@
2
3
[](https://travis-ci.org/bpmn-io/bpmn-js-differ)
4
5
-A diffing utility for BPMN 2.0 documents. To be used together with [bpmn-moddle](https://github.com/bpmn-io/bpmn-moddle).
+A semantic diffing utility for BPMN 2.0 files. To be used together with [bpmn-moddle](https://github.com/bpmn-io/bpmn-moddle).
6
7
8
## Usage
package.json
@@ -1,7 +1,7 @@
1
{
"name": "bpmn-js-differ",
"version": "2.0.2",
- "description": "A diffing utility for bpmn-js",
+ "description": "A semantic diffing utility for BPMN 2.0 files",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
0 commit comments