Skip to content

Commit f0c0039

Browse files
committed
[docs] Add Support paragraph in README.md
1 parent ff309e3 commit f0c0039

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<p align="center">
22
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
3-
<h2 align="center">GitHub Contributor Stats</h2>
4-
<p align="center">Get dynamically generated your github contributor stats on your READMEs!</p>
3+
<h2 align="center">GitHub Repository Contribution Stats</h2>
4+
<p align="center">Get dynamically generated your github repository contribution stats on your READMEs!</p>
55
</p>
66

77
# Features
88

9-
- [GitHub Contributor Stats Card](#github-contributor-stats-card)
9+
- [GitHub Repository Contribution Stats Card](#github-repository-contribution-stats-card)
1010
- [Themes](#themes)
1111

12-
# GitHub Contributor Stats Card
12+
# GitHub Repository Contribution Stats Card
1313

1414
Copy and paste this into your markdown content, and that's it. Simple!
1515

16-
My project, which is based on [github-readme-stats](https://github.com/anuraghazra/github-readme-stats), focuses on showing GitHub contributor stats and applies the typescript to the original project. Refer to [ISSUE#2027](https://github.com/anuraghazra/github-readme-stats/issues/2027). Thank you [@anuraghazra](https://github.com/anuraghazra) for the awesome open-source project!
16+
My project, which is based on [github-readme-stats](https://github.com/anuraghazra/github-readme-stats), focuses on showing GitHub repository contribution stats and applies the typescript to the original project. Refer to [ISSUE#2027](https://github.com/anuraghazra/github-readme-stats/issues/2027). Thank you [@anuraghazra](https://github.com/anuraghazra) for the awesome open-source project!
1717

1818
Change the `?username=` value to your GitHub username.
1919

2020
```md
21-
![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun)
21+
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun)
2222
```
2323

2424
### Demo
2525

26-
![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B)
26+
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B)
2727

2828
\_Note: Available ranks are S+ (over 10000), S (over 1000), A+ (over 500), A (over 100), B+ (over 50) and B (over 1).
2929

@@ -32,7 +32,7 @@ Change the `?username=` value to your GitHub username.
3232
To hide specific ranks, you can pass a query parameter `&hide=` with comma-separated rank values. If you need to add plus rank (ex. B+) to hide arrays , it is always safe to replace pluses with %2B
3333

3434
```md
35-
![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B,B%2B)
35+
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B,B%2B)
3636
```
3737

3838
### Themes
@@ -42,7 +42,7 @@ With inbuilt themes, you can customize the look of the card without doing any [m
4242
Use `&theme=THEME_NAME` parameter like so :-
4343

4444
```md
45-
![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B&theme=default)
45+
![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B&theme=default)
4646
```
4747

4848
#### All inbuilt themes:- in <a href="https://github.com/anuraghazra/github-readme-stats">github-readme-stats' themes</a>
@@ -56,3 +56,7 @@ You can look at a preview for [all available themes](./themes/README.md) or chec
5656
Contributions are welcome!
5757

5858
Made with :fire: and TypeScript.
59+
60+
## 🙋‍♂️ Support
61+
62+
❤️ If you like this project, give it a ⭐ and share it with friends!

0 commit comments

Comments
 (0)