From 17433291f787e85da858514ab1456eeb300a0cc5 Mon Sep 17 00:00:00 2001 From: Johan Lindh Date: Wed, 18 Dec 2024 09:37:06 +0100 Subject: [PATCH] docs --- jawsboot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jawsboot/README.md b/jawsboot/README.md index cf201c6..7e0d3bc 100644 --- a/jawsboot/README.md +++ b/jawsboot/README.md @@ -2,7 +2,7 @@ Provides a statically served and embedded version of [Bootstrap](https://getbootstrap.com/). -Example usage that loads your templates, favicon and Bootstrap. Also uses the templatereloader +Example usage that loads your templates, favicon and Bootstrap. Also uses a `templatereloader` so that when running with `-tags debug` or `-race` templates are reloaded from disk as needed. ```go