We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce276d6 + 3da3e7a commit 79d34d3Copy full SHA for 79d34d3
README.md
@@ -35,6 +35,12 @@ Include `parallax.min.js` in your document after including jQuery.
35
<script src="/path/to/parallax.min.js"></script>
36
```
37
38
+Use these CDN links, provided by jsDelivr.com
39
+```html
40
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
41
+<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
42
+```
43
+
44
## Usage
45
46
Please note, that `<!DOCTYPE html>` on top of your document is required!
0 commit comments