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.
2 parents f139f5c + 5aa7486 commit 647049cCopy full SHA for 647049c
README.md
@@ -6,7 +6,11 @@ Simple parallax scrolling effect inspired by [Spotify.com](http://spotify.com/)
6
7
## Installation
8
9
-Download and include `parallax.min.js` in your document after including jQuery.
+Download package or install with Bower and include `parallax.min.js` in your document after including jQuery.
10
+
11
+```bash
12
+$ bower i --save parallax.js
13
+```
14
15
```html
16
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
0 commit comments