From dae22c6db6909a83a5ca91942d786891a8607707 Mon Sep 17 00:00:00 2001 From: Raphael Schlarb Date: Sun, 9 Aug 2026 19:02:02 -0500 Subject: [PATCH] docs: update README - Add coverage badge - Minor rewording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbd5e4f..557c56a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# tiny_http - Work in Progress... +# tiny_http
[![Linux](https://github.com/RaphiaRa/tiny_http/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/RaphiaRa/tiny_http/actions/workflows/linux.yml) [![MacOS](https://github.com/RaphiaRa/tiny_http/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/RaphiaRa/tiny_http/actions/workflows/macos.yml) - +[![codecov](https://codecov.io/github/RaphiaRa/tiny_http/graph/badge.svg?token=M1L5Y67BF2)](https://codecov.io/github/RaphiaRa/tiny_http)
-tiny_http is my attempt at creating a lightweight, easy-to-use, and embeddable HTTP server library in C99. +tiny_http is a fast, lightweight, easy-to-use, and embeddable HTTP server library in C99. ##### Hello, World! Example: ```c