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 d763d6b commit 142c77eCopy full SHA for 142c77e
README.md
@@ -21,6 +21,11 @@ Include the diffDOM.js file in your HTML like this:
21
<script src="diffDOM.js">
22
```
23
24
+Or like this in node/browserify:
25
+```
26
+var diffDOM = require("diffDOM");
27
28
+
29
Then create an instance of diffDOM within the javascript code:
30
31
dd = new diffDOM();
0 commit comments