Skip to content

Commit 64a5442

Browse files
committed
give a bit more web info
1 parent 8f3bd2b commit 64a5442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ You can use `daff` as a library from any supported language. We take
113113
here the example of Javascript. To use `daff` on a webpage,
114114
first include `daff.js`:
115115
```html
116-
<script src="daff.js"></script>
116+
<script src="https://cdn.jsdelivr.net/npm/daff@1.4.2/lib/daff.min.js"></script>
117117
```
118+
You can find a [minimal demo](https://paulfitz.github.io/daff/minimal-demo.html) on the project website.
118119
Or if using node outside the browser:
119120
```js
120121
var daff = require('daff');
@@ -168,6 +169,7 @@ highlighter.hilite(table_diff);
168169
The diff is now in `data_diff` in highlighter format, see
169170
specification here:
170171
> http://paulfitz.github.io/daff-doc/spec.html
172+
> https://specs.frictionlessdata.io/tabular-diff/
171173
172174
```js
173175
[ [ '!', '', '+++', '' ],

0 commit comments

Comments
 (0)