We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff30c3c commit 6aa4563Copy full SHA for 6aa4563
README.md
@@ -16,18 +16,17 @@ Include jQuery:
16
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
17
```
18
19
-Include this jQuery plugin:
+Include plugin's CSS and JS:
20
21
```html
22
+<link rel="stylesheet" href="assets/base.css">
23
<script src="jquery.github.repos.min.js"></script>
24
25
26
Call the plugin:
27
-```html
28
-<script>
29
- $('.github-repos').githubRepos();
30
-</script>
+```javascript
+$('.github-repos').githubRepos();
31
32
33
And that's it \o/
0 commit comments