Skip to content

Commit 3da3e7a

Browse files
committed
Update README.md
included the script in jsDelivr network.
1 parent 9ed1680 commit 3da3e7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ $ bower i --save parallax.js
1717
<script src="/path/to/parallax.min.js"></script>
1818
```
1919

20+
Use these CDN links, provided by jsDelivr.com
21+
```html
22+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
23+
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
24+
```
25+
2026
## Usage
2127

2228
### Via data attributes

0 commit comments

Comments
 (0)