From 284685407c2177a669fd03c22f6fb2721c3997ad Mon Sep 17 00:00:00 2001 From: Masonlet Date: Tue, 7 Jul 2026 22:31:56 -0400 Subject: [PATCH] docs: add ci/license badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4252e26..33430fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Contact API Demo A small multi-page demo site for [contact-api](https://www.github.com/masonlet/contact-api), built with Vite and TypeScript. It provides simple UI demos for testing the `/api/contact` endpoint with both Nodemailer and Resend providers. +[![CI](https://github.com/contact-api/demo/actions/workflows/ci.yml/badge.svg)](https://github.com/contact-api/demo/actions/workflows/ci.yml) +[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE) + ## Tech Stack

HTML5