From 4a912897ec0e80b2873d7d8a6f337910b3fd773e Mon Sep 17 00:00:00 2001 From: Thor Date: Tue, 2 Apr 2019 15:22:01 +0200 Subject: [PATCH] Fix broken README link closes #32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44015ddd..e9e2213a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The frontend code for the demo is in the `public/` directory. The core logic of the Stripe integration is mostly contained within two files: 1. [`public/javascripts/payments.js`](public/javascripts/payments.js) creates the payment experience on the frontend using Stripe Elements. -2. [`server/node/routes.js`](server/routes.js) defines the routes on the backend that create Stripe charges and receive webhook events. +2. [`server/node/routes.js`](server/node/routes.js) defines the routes on the backend that create Stripe charges and receive webhook events. ### Card Payments with Stripe Elements