From 29743786cebfc001efb3b48359f6f454ae3a899d Mon Sep 17 00:00:00 2001 From: Christian van Dijk Date: Thu, 19 Feb 2026 21:11:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d9bfa..2d10347 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🚀 Tiny Lua HTTP Server +# 🚀 Tiny Lua HTTP Server 🌀 A lightweight, zero-framework HTTP server built using **Lua** and **LuaSocket**. This project demonstrates how to handle basic routing, query parameter parsing, and manual HTTP response construction with a minimal footprint.