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.
2 parents 6e2b1df + b19c752 commit 3b1d3b8Copy full SHA for 3b1d3b8
README.md
@@ -15,7 +15,7 @@ Performance is quite good in Firefox and Safari courtesy of `-webkit-canvas()` a
15
```html
16
<script src="css-paint-polyfill.js"></script>
17
<!-- or: -->
18
-<script src="//unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js"></script>
+<script src="https://unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js"></script>
19
```
20
21
Or with a bundler:
@@ -27,7 +27,7 @@ import 'css-paint-polyfill';
27
... or with ES Modules on the web:
28
29
```js
30
-import('//unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js');
+import('https://unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js');
31
32
33
# To-Do
0 commit comments