From 3ea648a31b68e89f5cb7e04323f3512960455c72 Mon Sep 17 00:00:00 2001 From: Dan Philibin Date: Tue, 17 Sep 2024 16:47:03 -0700 Subject: [PATCH] add credit to readme --- examples/vercel-deployment-alerts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/vercel-deployment-alerts/README.md b/examples/vercel-deployment-alerts/README.md index 0c45c35..35b213c 100644 --- a/examples/vercel-deployment-alerts/README.md +++ b/examples/vercel-deployment-alerts/README.md @@ -14,3 +14,5 @@ VERCEL_WEBHOOK_SECRET= ``` _This code is provided as an example and is not intended to be deployed as-is. Adapt the code in `src/index.ts` to fit your use case and deployment environment._ + +_Thanks to [@andrerfneves](https://github.com/andrerfneves) for the original implementation of this workflow._