From bc6fe4ea647e2ed593e4f5519d5bbcd3f5e2b463 Mon Sep 17 00:00:00 2001 From: Harrison Erd <78144+patx@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:40:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2eec5..a137941 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - 🔄 **Routing:** Maps URLs to functions automatically. - 🔐 **Sessions:** Simple session management using cookies. - 🎨 **Templates:** Jinja2 for dynamic HTML pages. -- 📂 Static Files: Serve static files like CSS, JS, and images from the `static` directory. +- 📂 **Static Files:** Serve static files like CSS, JS, and images from the `static` directory. - ⚡ **Fast & Lightweight:** No unnecessary dependencies. - 🖥️ **WSGI support:** Deploy with WSGI servers like gunicorn or paste.