Skip to content

Commit d046dc6

Browse files
authored
Merge pull request #42 from stegano/all-contributors/add-tgrassl
docs: add tgrassl as a contributor for bug
2 parents 0275126 + cbc8591 commit d046dc6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
"contributions": [
7171
"doc"
7272
]
73+
},
74+
{
75+
"login": "tgrassl",
76+
"name": "Timon Grassl",
77+
"avatar_url": "https://avatars.githubusercontent.com/u/34568407?v=4",
78+
"profile": "https://medium.com/@timon.grassl",
79+
"contributions": [
80+
"bug"
81+
]
7382
}
7483
],
7584
"contributorsPerLine": 7,

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next.js HTTP Proxy Middleware
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
HTTP Proxy middleware available in API Middleware provided by Next.js.
@@ -78,6 +78,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7878
<td align="center"><a href="https://lumenstudio.dev/"><img src="https://avatars.githubusercontent.com/u/5436545?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yann Pringault</b></sub></a><br /><a href="https://github.com/stegano/next-http-proxy-middleware/commits?author=Kerumen" title="Code">💻</a></td>
7979
<td align="center"><a href="https://github.com/lorenzodejong"><img src="https://avatars.githubusercontent.com/u/30781484?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lorenzo</b></sub></a><br /><a href="https://github.com/stegano/next-http-proxy-middleware/commits?author=lorenzodejong" title="Documentation">📖</a></td>
8080
</tr>
81+
<tr>
82+
<td align="center"><a href="https://medium.com/@timon.grassl"><img src="https://avatars.githubusercontent.com/u/34568407?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Timon Grassl</b></sub></a><br /><a href="https://github.com/stegano/next-http-proxy-middleware/issues?q=author%3Atgrassl" title="Bug reports">🐛</a></td>
83+
</tr>
8184
</table>
8285

8386
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)