Skip to content

Commit 2b29363

Browse files
authored
Update README.md
1 parent 3b39f27 commit 2b29363

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,36 @@ https://gitranks.com/
55
## Small badge with user rank
66

77
```html
8-
<img src="https://gitranks.com/api/widget/<GITHUB_LOGIN>/<WIDGET_TYPE>" />
8+
<img src="https://gitranks.com/api/widget/<GITHUB_LOGIN>?type=<WIDGET_TYPE>&template=small" />
99
```
1010

1111
### Stars
1212

13-
<img src="https://gitranks.com/api/widget/maslianok/stars" />
13+
<img src="https://gitranks.com/api/badge/maslianok?type=stars&template=small" />
1414

1515
### Contributions
1616

17-
<img src="https://gitranks.com/api/widget/maslianok/contributions" />
17+
<img src="https://gitranks.com/api/badge/maslianok?type=contributions&template=small" />
1818

1919
### Followers
2020

21-
<img src="https://gitranks.com/api/widget/maslianok/followers" />
21+
<img src="https://gitranks.com/api/badge/maslianok?type=followers&template=small" />
22+
23+
## Medium badge with user rank
24+
25+
```html
26+
<img src="https://gitranks.com/api/widget/<GITHUB_LOGIN>?type=<WIDGET_TYPE>" />
27+
```
28+
29+
### Stars
30+
31+
<img src="https://gitranks.com/api/badge/maslianok?type=stars" />
32+
33+
### Contributions
34+
35+
<img src="https://gitranks.com/api/badge/maslianok?type=contributions" />
36+
37+
### Followers
38+
39+
<img src="https://gitranks.com/api/badge/maslianok?type=followers" />
2240

0 commit comments

Comments
 (0)