File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed
Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -73,23 +73,11 @@ $("[data-repo]").github({
7373});
7474```
7575
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.
9381
9482## Structure
9583
@@ -203,7 +191,7 @@ Check [CONTRIBUTING.md](https://github.com/zenorocha/jquery-github/blob/master/C
203191
204192## History
205193
206- Check [ Release ] ( https://github.com/zenorocha/jquery-github/releases ) list .
194+ Check [ Releases ] ( https://github.com/zenorocha/jquery-github/releases ) for detailed changelog .
207195
208196## Credits
209197
You can’t perform that action at this time.
0 commit comments