Skip to content

Commit 6dcd8fd

Browse files
committed
adding another version
1 parent 7deb0dd commit 6dcd8fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Create an attribute called `data-repo`:
1313
Include jQuery:
1414

1515
```html
16-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
16+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
1717
```
1818

1919
Include plugin's CSS and JS:
2020

2121
```html
2222
<link rel="stylesheet" href="assets/base.css">
23-
<script src="jquery.github.repos.min.js"></script>
23+
<script src="jquery.github.min.js"></script>
2424
```
2525

2626
Call the plugin:
@@ -47,7 +47,10 @@ Prefer a non-jquery version with pure JavaScript? No problem, [@ricardobeat](htt
4747

4848
## History
4949

50+
* v0.2.4 January 17, 2013
51+
* Renamed from `jquery-github-repos` to `jquery-github`
5052
* v0.2.3 January 17, 2013
53+
* Added to jQuery Plugins Registry
5154
* Updated to jQuery v1.9
5255
* v0.2.2 January 15, 2013
5356
* Fixed "Last commit" date

0 commit comments

Comments
 (0)