Skip to content

Commit 79d34d3

Browse files
authored
Merge pull request #133 from sbwp/patch-1
Update README.md with CDN links
2 parents ce276d6 + 3da3e7a commit 79d34d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Include `parallax.min.js` in your document after including jQuery.
3535
<script src="/path/to/parallax.min.js"></script>
3636
```
3737

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+
3844
## Usage
3945

4046
Please note, that `<!DOCTYPE html>` on top of your document is required!

0 commit comments

Comments
 (0)