File tree 1 file changed +6
-18
lines changed
1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -73,23 +73,11 @@ $("[data-repo]").github({
73
73
});
74
74
```
75
75
76
- #### iconStars
77
-
78
- * Type: ` Boolean ` Default: ` true ` *
79
-
80
- Display the number of stars in a repository.
81
-
82
- #### iconForks
83
-
84
- * Type: ` Boolean ` Default: ` true ` *
85
-
86
- Display the number of forks in a repository.
87
-
88
- #### iconIssues
89
-
90
- * Type: ` Boolean ` Default: ` false ` *
91
-
92
- Display the number of issues in a repository.
76
+ Attribute | Type | Default | Description
77
+ --- | --- | --- | ---
78
+ ` iconStars ` | * Boolean* | ` true ` | Displays the number of stars in a repository.
79
+ ` iconForks ` | * Boolean* | ` true ` | Displays the number of forks in a repository.
80
+ ` iconIssues ` | * Boolean* | ` false ` | Displays the number of issues in a repository.
93
81
94
82
## Structure
95
83
@@ -203,7 +191,7 @@ Check [CONTRIBUTING.md](https://github.com/zenorocha/jquery-github/blob/master/C
203
191
204
192
## History
205
193
206
- Check [ Release ] ( https://github.com/zenorocha/jquery-github/releases ) list .
194
+ Check [ Releases ] ( https://github.com/zenorocha/jquery-github/releases ) for detailed changelog .
207
195
208
196
## Credits
209
197
You can’t perform that action at this time.
0 commit comments