Skip to content

Commit 0f92c44

Browse files
author
Zeno Rocha
committed
Display options in table format
1 parent f09d5e1 commit 0f92c44

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)