From a0911c26e41fe9b2020340c7480c9600ef0c4fa0 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Fri, 5 Jul 2024 00:26:12 +0200 Subject: [PATCH] docs: Emphasize key features in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6983887..0c602d4 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ Templiér is a Go web frontend development environment for [Templ](https://github.com/a-h/templ) - Watches your `.templ` files and rebuilds them. -- Watches all non-template files, rebuilds and restarts the server. +- Watches all non-template files, rebuilds and restarts the server ✨. - Automatically reloads your browser tabs when the server restarts or templates change. - Runs [golangci-lint](https://golangci-lint.run/) if enabled. -- Reports all errors directly to all open browser tabs. +- Reports all errors directly to all open browser tabs ✨. - Shuts your server down gracefully. - Displays application server console logs in the terminal. - Supports templ's debug mode for fast live reload. +- Avoids reloading when files didn't change by keeping track of hashsums. ## Quick Start