Skip to content

Commit 8ad6634

Browse files
committed
Update README
1 parent 3877f6c commit 8ad6634

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import "handy-scroll";
2626
If you don’t use bundlers, just import the component as a module in your HTML files:
2727

2828
```html
29-
<script type="module" src="https://unpkg.com/handy-scroll"></script>
29+
<script type="module" src="https://esm.run/handy-scroll"></script>
3030
```
3131

3232
## Standard usage

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handy-scroll",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Handy dependency-free floating scrollbar web component",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)