Skip to content

Commit fa2cb5a

Browse files
committed
Merge branch 'main' of github.com:gitranks/gitranks-ui
2 parents 4c3a446 + 3cb4415 commit fa2cb5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ https://gitranks.com/
88
<img src="https://gitranks.com/api/badge/<GITHUB_LOGIN>?type=<WIDGET_TYPE>&template=small" />
99
```
1010

11-
<img src="https://gitranks.com/api/badge/maslianok?type=stars&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?type=stars&template=small&theme=dark" />
11+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=star&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=star&template=small&theme=dark" />
1212

13-
<img src="https://gitranks.com/api/badge/maslianok?type=contributions&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?type=contributions&template=small&theme=dark" />
13+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&template=small&theme=dark" />
1414

15-
<img src="https://gitranks.com/api/badge/maslianok?type=followers&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?type=followers&template=small&theme=dark" />
15+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&template=small&theme=dark" />
1616

1717
## Medium badge with user rank
1818

1919
```html
2020
<img src="https://gitranks.com/api/badge/<GITHUB_LOGIN>?type=<WIDGET_TYPE>" />
2121
```
2222

23-
<img src="https://gitranks.com/api/badge/maslianok?type=stars" /> <img src="https://gitranks.com/api/badge/maslianok?type=stars&theme=dark" />
23+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=star" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=star&theme=dark" />
2424

25-
<img src="https://gitranks.com/api/badge/maslianok?type=contributions" /> <img src="https://gitranks.com/api/badge/maslianok?type=contributions&theme=dark" />
25+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&theme=dark" />
2626

27-
<img src="https://gitranks.com/api/badge/maslianok?type=followers" /> <img src="https://gitranks.com/api/badge/maslianok?type=followers&theme=dark" />
27+
<img src="https://gitranks.com/api/badge/maslianok?rankingType=follower" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&theme=dark" />
2828

0 commit comments

Comments
 (0)