Skip to content

Commit c2a8d43

Browse files
authored
Merge pull request #4 from CSSHoudini/worklet/lines
(lines): add URL build version to README
2 parents 74a3e24 + 00071bf commit c2a8d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using CDN is the easiest way to add the library:
1212

1313
```js
1414
if ('paintWorklet' in CSS) {
15-
CSS.paintWorklet.addModule('...');
15+
CSS.paintWorklet.addModule('https://rawcdn.githack.com/CSSHoudini/css-houdini/74a3e2482adf18b41882de48f601a5fc18fd9d5c/src/lines/dist/lines.js');
1616
}
1717
```
1818

0 commit comments

Comments
 (0)