From daedfd31499527d57276d87eccc5c7acf6e147ca Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 4 Jan 2026 21:52:06 -0600 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 260e6ba..3c5a166 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Grounds for Support is a full-stack web application designed to facilitate donations ("buying a coffee") using Stripe. It demonstrates a modern integration of a React frontend with an ASP.NET Core backend, handling secure payments, webhooks, and data persistence. -## 🚀 Features +## Features - **Secure Donations**: Integrated with Stripe Payment Intents for secure transaction processing. - **Custom Amounts**: Users can specify their donation amount, name, and a personal message. @@ -11,7 +11,7 @@ Grounds for Support is a full-stack web application designed to facilitate donat - **Rate Limiting**: API endpoints are protected against abuse. - **Responsive Design**: Works seamlessly on desktop and mobile. -## 🛠️ Tech Stack +## Tech Stack ### Frontend