From 8634e56bd13a39a6a23445b07ab8fa64e341b4a7 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:54:23 +0100 Subject: [PATCH] docs(#14): Add links to database and stripe docs from readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2770d3a..a6e67eb 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ In its current configuration, the application can be easily linked to Netlify vi ## To Do Please see the Issues tab for `enhancement` tagged issues. + +## [Database setup](/docs/database-setup.md) + +## [Stripe webhook event listening](/docs/stripe-setup.md)