From 54a089e7d1180ddab40a0f359b8c4426fe3cef12 Mon Sep 17 00:00:00 2001 From: Kaiyu Hsu Date: Fri, 8 Oct 2021 11:07:29 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9cbaf9..4b550d4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ https://stripe.com/docs/webhooks/test stripe login -stripe listen --forward-to http://localhost:3000/api/stripe-webhooks +stripe listen --forward-to http://localhost:3000/api/stripe/webhook # start server yarn dev From f30a0cf4f576951f993ee26f1e11ae23a39aaba7 Mon Sep 17 00:00:00 2001 From: Kaiyu Hsu Date: Fri, 8 Oct 2021 21:57:50 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b550d4..6b7c823 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ https://stripe.com/docs/webhooks/test stripe login -stripe listen --forward-to http://localhost:3000/api/stripe/webhook +stripe listen --forward-to http://localhost:3000/api/stripe/webhook # start server yarn dev