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 ea041da commit 74977d3Copy full SHA for 74977d3
README.md
@@ -51,8 +51,8 @@ fbp-diff also provides a JavaScript API.
51
// toFormat: 'json', // parse toGraph .json format
52
format: 'fbp' // specify toFormat and fromFormat in one go
53
};
54
- var fromGraph = "";
55
- var toGraph = "";
+ var fromGraph = "'hello' -> concat(Concatinator)\n'world' -> concat -> IN (Print)";
+ var toGraph = "'hello' -> IN (Print)";
56
var diff = fbpDiff.diff(fromGraph, toGraph, options);
57
console.log(diff);
58
0 commit comments