diff --git a/.all-contributorsrc b/.all-contributorsrc index 74fc283..ee1e9eb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -79,6 +79,15 @@ "contributions": [ "bug" ] + }, + { + "login": "abhinavkumar940", + "name": "Abhinav Kumar", + "avatar_url": "https://avatars.githubusercontent.com/u/1189133?v=4", + "profile": "https://github.com/abhinavkumar940", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 24913b3..10f29c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Next.js HTTP Proxy Middleware -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) HTTP Proxy middleware available in API Middleware provided by Next.js. @@ -82,6 +82,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Timon Grassl

🐛 +
Abhinav Kumar

📖