Skip to content

Commit 380841b

Browse files
committed
minor
1 parent 22c02cf commit 380841b

File tree

5 files changed

+6
-100
lines changed

5 files changed

+6
-100
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://raw.githubusercontent.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 in your page, then run the it like so:
1515

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

Termfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
root:
2-
~/code/github/jquery.adaptive-backgrounds.js
2+
~/code/projects/jquery.adaptive-backgrounds.js
33

44
commands:
55
git: git st

demos/base-min.html

Lines changed: 0 additions & 94 deletions
This file was deleted.

demos/base-single.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<script type="text/javascript" src='/src/jquery.adaptive-backgrounds.js'></script>
88
<script type="text/javascript">
99

10-
$(document).ready(function(){
11-
$.adaptiveBackground.run();
12-
});
10+
$(document).ready(function(){
11+
$.adaptiveBackground.run();
12+
});
1313

1414
</script>
1515

@@ -21,7 +21,7 @@
2121
}
2222

2323
.img-wrap{
24-
border: 2px solid #ccc;
24+
border: 1px solid #ccc;
2525
height: 400px;
2626
width: 400px;
2727
position: absolute;

misc/ab.gif

4.62 KB
Loading

0 commit comments

Comments
 (0)