Skip to content

Commit fbbb95f

Browse files
authored
Merge pull request #328 from rahuldkjain/improve-readme
[fix]: readme and package.json
2 parents e29ddc1 + 1d672fe commit fbbb95f

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -158,32 +158,6 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
158158
<a href="https://www.buymeacoffee.com/rahuldkjain" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="23" width="100" style="border-radius:2px" />
159159
</p>
160160

161-
## Contributors ✨
162-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
163-
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
164-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
165-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
166-
167-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
168-
<!-- prettier-ignore-start -->
169-
<!-- markdownlint-disable -->
170-
<table>
171-
<tr>
172-
<td align="center"><a href="https://github.com/sarbikbetal"><img src="https://avatars2.githubusercontent.com/u/41508422?v=4" width="100px;" alt=""/><br /><sub><b>Sarbik Betal</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=sarbikbetal" title="Code">💻</a></td>
173-
<td align="center"><a href="https://github.com/Hardik0307"><img src="https://avatars3.githubusercontent.com/u/41434099?v=4" width="100px;" alt=""/><br /><sub><b>Hardik Bagada</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=Hardik0307" title="Code">💻</a></td>
174-
<td align="center"><a href="https://komarev.com"><img src="https://avatars0.githubusercontent.com/u/1849174?v=4" width="100px;" alt=""/><br /><sub><b>Anton Komarev</b></sub></a><br /><a href="#plugin-antonkomarev" title="Plugin/utility libraries">🔌</a></td>
175-
<td align="center"><a href="https://kkvanonymous.github.io/"><img src="https://avatars3.githubusercontent.com/u/58628586?v=4" width="100px;" alt=""/><br /><sub><b>Kunal Kumar Verma</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=KKVANONYMOUS" title="Code">💻</a></td>
176-
<td align="center"><a href="http://jaideepghosh.blogspot.com"><img src="https://avatars2.githubusercontent.com/u/3909648?v=4" width="100px;" alt=""/><br /><sub><b>Jaideep Ghosh</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=jaideepghosh" title="Code">💻</a></td>
177-
<td align="center"><a href="http://yashkandalkar.github.io"><img src="https://avatars0.githubusercontent.com/u/35102959?v=4" width="100px;" alt=""/><br /><sub><b>yash</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=YashKandalkar" title="Code">💻</a></td>
178-
<td align="center"><a href="https://github.com/abhijit-hota"><img src="https://avatars0.githubusercontent.com/u/8116174?v=4" width="100px;" alt=""/><br /><sub><b>Abhijit Hota</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=abhijit-hota" title="Code">💻</a> <a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=abhijit-hota" title="Tests">⚠️</a></td>
179-
<td align="center"><a href="https://maddoxx88.github.io/"><img src="https://avatars1.githubusercontent.com/u/34238672?v=4" width="100px;" alt=""/><br /><sub><b>Sunit Shirke</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=Maddoxx88" title="Code">💻</a></td>
180-
<td align="center"><a href="https://www.gsavitha.in"><img src="https://avatars0.githubusercontent.com/u/31612459?v=4" width="100px;" alt=""/><br /><sub><b>Savitha Gollamudi</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=g-savitha" title="Code">💻</a></td>
181-
</tr>
182-
</table>
183-
184-
<!-- markdownlint-enable -->
185-
<!-- prettier-ignore-end -->
186-
<!-- ALL-CONTRIBUTORS-LIST:END -->
187161

188162
<hr>
189163
<p align="center">

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "gh-profile-readme-generator",
2+
"name": "github-profile-readme-generator",
33
"private": true,
44
"description": "A simple react app to generate beautiful github profile readme in md(markdown)",
5-
"version": "0.1.0",
5+
"version": "1.1.10",
66
"author": "Rahul Jain <[email protected]>",
77
"dependencies": {
88
"@primer/octicons-react": "^10.0.0",
@@ -56,9 +56,9 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "https://github.com/rahuldkjain/gh-profile-readme-generator"
59+
"url": "https://github.com/rahuldkjain/github-profile-readme-generator"
6060
},
6161
"bugs": {
62-
"url": "https://github.com/rahuldkjain/gh-profile-readme-generator/issues"
62+
"url": "https://github.com/rahuldkjain/github-profile-readme-generator/issues"
6363
}
6464
}

0 commit comments

Comments
 (0)