Skip to content

Commit 6aa4563

Browse files
committed
adding plugin's css
1 parent ff30c3c commit 6aa4563

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ Include jQuery:
1616
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
1717
```
1818

19-
Include this jQuery plugin:
19+
Include plugin's CSS and JS:
2020

2121
```html
22+
<link rel="stylesheet" href="assets/base.css">
2223
<script src="jquery.github.repos.min.js"></script>
2324
```
2425

2526
Call the plugin:
2627

27-
```html
28-
<script>
29-
$('.github-repos').githubRepos();
30-
</script>
28+
```javascript
29+
$('.github-repos').githubRepos();
3130
```
3231

3332
And that's it \o/

0 commit comments

Comments
 (0)