Skip to content

Commit 8a47d55

Browse files
author
Brian Gonzalez
committed
Merge pull request #35 from mortonfox/patch-1
Fix link to raw script.
2 parents fc4a86b + 04cafad commit 8a47d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _A simple jQuery plugin to extract the dominant color of an image and apply it t
1111

1212
Getting Started
1313
------------------
14-
Simply include jQuery and the __[script](https://raw2.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js)__ in your page, then run the script like so:
14+
Simply include jQuery and the __[script](https://raw.githubusercontent.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js)__ in your page, then run the script like so:
1515

1616
```javascript
1717
$(document).ready(function(){

0 commit comments

Comments
 (0)