diff --git a/.all-contributorsrc b/.all-contributorsrc index ee1e9eb..b53d66f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -88,6 +88,15 @@ "contributions": [ "doc" ] + }, + { + "login": "stegano", + "name": "Yongwoo Jung", + "avatar_url": "https://avatars.githubusercontent.com/u/11916476?v=4", + "profile": "https://github.com/stegano", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 26def67..7055676 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-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) HTTP Proxy middleware available in API Middleware provided by Next.js. @@ -119,6 +119,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Timon Grassl

🐛
Abhinav Kumar

📖 +
Yongwoo Jung

💻