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 1c7ca13 commit 5871d78Copy full SHA for 5871d78
README.md
@@ -11,6 +11,17 @@ instead it will insert the appropriate tags for changed/added/deleted text nodes
11
tags or tag hierarchies.
12
13
14
+## Installation
15
+
16
+If you use npm, you can add a dependency to your `package.json` like this:
17
+```json
18
+"dependencies": {
19
+ "htmldiff": "github:Sedeniono/htmldiff.js#v3.0.0"
20
+},
21
+```
22
+Replace the version tag with the desired git tag or a SHA.
23
24
25
## API
26
27
The exports can be found in [`dist/htmldiff.d.ts`](https://github.com/Sedeniono/htmldiff.js/blob/master/dist/htmldiff.d.ts).
0 commit comments