From 40e43c878b2e5e5fa0c317dc4ff3dbe1157f1d7dbc48f7e168cc7a04685289ae Mon Sep 17 00:00:00 2001 From: mtrx Date: Sun, 4 May 2025 04:31:05 +0200 Subject: [PATCH] typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 577d524..63f5482 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ With the first iteration of this project, I've learned a lot and realized, it wo ### Features included - Aiming for 80% test coverage -- Server side rendered posts using fast templating engine +- Server-side rendered posts using fast templating engine - Single user session management using CSRF tokens - Admin panel for post CRUD unlocked via submit token - Input sanitization - Post-title based URLs instead of using count-up IDs - Static file hosting -- Configuration via Environment variables +- Configuration via environment variables - Container support - Request logging - Minimal CSS for accessibility -- Run profiles for development +- Run profiles for development (mocking) and production ### Features deliberately omitted