From 94cc8c975e9a218040347388a183f807df46d934 Mon Sep 17 00:00:00 2001 From: Mohamad Mortada Date: Wed, 19 Nov 2025 09:33:12 -0800 Subject: [PATCH] Fix formatting issues in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 919dcba..ea5d98f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Hack Club Submit A lightweight Rails app that powers Hack Club's Submit flow. It handles OAuth with Hack Club Identity, issues short-lived tokens, and lets YSWS sites pre-fill forms with verified Identity Vault info. @@ -45,4 +46,4 @@ Use the provided `Dockerfile` (see `bin/docker-entrypoint`) or your own Rails se ## Need more detail? -Check the models (`Program`, `AuthorizedSubmitToken`, `AuthorizationRequest`) and services (`IdentityNormalizer`, `StateToken`) for implementation notes. The `.github/copilot-instructions.md` file has deeper background if you need it. \ No newline at end of file +Check the models (`Program`, `AuthorizedSubmitToken`, `AuthorizationRequest`) and services (`IdentityNormalizer`, `StateToken`) for implementation notes. The `.github/copilot-instructions.md` file has deeper background if you need it.