From 192119f039ca28822f2c63b5c238fe0f9b606580 Mon Sep 17 00:00:00 2001 From: Leonardo de Araujo <46436462+araujo88@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:42:02 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82de88e..9945060 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # teapot 🫖 +[![license](https://img.shields.io/badge/license-GPL-green)](https://raw.githubusercontent.com/araujo88/teapot/main/LICENSE) +[![build](https://github.com/araujo88/teapot/actions/workflows/c-cpp.yaml/badge.svg?branch=main)](https://github.com/araujo88/teapot/actions/workflows/c-cpp.yaml) + A simple and lightweight multi-threaded web framework in C++ that serves static websites. ## Getting started