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