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.