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