8000
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.
1 parent 57208af commit 2951fd4Copy full SHA for 2951fd4
README.md
@@ -18,11 +18,11 @@ Key-features are:
18
# General use
19
1. First add the library to the header:
20
```html
21
-<script type="text/javascript" src="./local/path/to/scrollEvent.min.js"></script>
+<script src="./local/path/to/scrollEvent.min.js"></script>
22
```
23
With external hosted file:
24
25
-<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/scrollEvent.js/1.0.1/scrollEvent.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollEvent.js/1.0.1/scrollEvent.min.js"></script>
26
27
2. Now add ScrollEvent listener to an element:
28
0 commit comments