Skip to content

Commit 647049c

Browse files
committed
Merge pull request #77 from Baskerville42/add-bower-install-endpoint
Add Bower install endpoint
2 parents f139f5c + 5aa7486 commit 647049c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Simple parallax scrolling effect inspired by [Spotify.com](http://spotify.com/)
66

77
## Installation
88

9-
Download and include `parallax.min.js` in your document after including jQuery.
9+
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+
```
1014

1115
```html
1216
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

0 commit comments

Comments
 (0)