From 45895d47cf9ca232a0911037612e88d9d68167e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Wed, 24 Jun 2026 12:04:49 +0000 Subject: [PATCH] docs(readme): add exe.dev to Quick Deploy section The README Quick Deploy section listed Vercel, Docker, and Static Hosting but omitted exe.dev, despite DEPLOYMENT_EXEDEV.md existing as a full deployment guide and DEPLOYMENT.md listing it as option #2. Adds the missing exe.dev entry and reorders the list to match the order used in DEPLOYMENT.md (Docker, exe.dev, Vercel, Static Hosting). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 698dd81..418a4d8 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,9 @@ Current test suite: **52 tests** across 8 test suites ### Quick Deploy -- **[Vercel](./DEPLOYMENT_VERCEL.md)** — One-click deployment with automatic CI/CD - **[Docker](./DEPLOYMENT_DOCKER.md)** — Containerized deployment for any environment +- **[exe.dev](./DEPLOYMENT_EXEDEV.md)** — Instant VMs with automatic HTTPS and zero configuration +- **[Vercel](./DEPLOYMENT_VERCEL.md)** — One-click deployment with automatic CI/CD - **[Static Hosting](./DEPLOYMENT.md)** — Deploy to any static hosting service ### Build for Production