Skip to content

Commit 74485ba

Browse files
authored
Update README.md
1 parent 9956824 commit 74485ba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818

1919
> **Update**: Scroll Direction now works with other libraries that hijack the native scrollbar (like Locomotive Scroll).
2020
21-
**[View demo on CodePen →](https://codepen.io/phucbui/pen/yLaeqBw)**
22-
2321
## Getting started
2422

25-
### Download locally
23+
### Self-hosting
2624

2725
You
2826
can [download the plugin directly from Github](https://raw.githubusercontent.com/phucbm/jquery-scroll-direction-plugin/main/jquery.scroll-direction.js)
2927
.
3028

3129
```html
3230

33-
<script src="your-path/jquery.scroll-direction.js"></script>
31+
<script src="/jquery.scroll-direction.js"></script>
3432
```
3533

3634
### Using CDN
@@ -199,4 +197,4 @@ And start test server
199197

200198
```shell
201199
gulp serve
202-
```
200+
```

0 commit comments

Comments
 (0)