diff --git a/README.md b/README.md index f812dac..aaf2e7d 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@
-
Get dynamically generated your github contributor stats on your READMEs!
+Get dynamically generated your github repository contribution stats on your READMEs!
# Features -- [GitHub Contributor Stats Card](#github-contributor-stats-card) +- [GitHub Repository Contribution Stats Card](#github-repository-contribution-stats-card) - [Themes](#themes) -# GitHub Contributor Stats Card +# GitHub Repository Contribution Stats Card Copy and paste this into your markdown content, and that's it. Simple! -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! +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! Change the `?username=` value to your GitHub username. ```md -![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun) +![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun) ``` ### Demo -![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B) +![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B) \_Note: Available ranks are S+ (over 10000), S (over 1000), A+ (over 500), A (over 100), B+ (over 50) and B (over 1). @@ -32,7 +32,7 @@ Change the `?username=` value to your GitHub username. 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 ```md -![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B,B%2B) +![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B,B%2B) ``` ### Themes @@ -42,7 +42,7 @@ With inbuilt themes, you can customize the look of the card without doing any [m Use `&theme=THEME_NAME` parameter like so :- ```md -![Taehyun's GitHub Contributor stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B&theme=default) +![Taehyun's GitHub Repository Contribution stats](https://github-contributor-stats.vercel.app/api?username=HwangTaehyun&hide=B&theme=default) ``` #### All inbuilt themes:- in github-readme-stats' themes @@ -56,3 +56,7 @@ You can look at a preview for [all available themes](./themes/README.md) or chec Contributions are welcome! Made with :fire: and TypeScript. + +## 🙋♂️ Support + +❤️ If you like this project, give it a ⭐ and share it with friends! diff --git a/index.js b/index.js index 0f15c77..75da8a1 100644 --- a/index.js +++ b/index.js @@ -25694,10 +25694,11 @@ const createTextNode = ({ imageBase64, name, rank, index, height }) => {