From 54fb71d7c885a21de46f492c4375909fcf47b360 Mon Sep 17 00:00:00 2001 From: Clint Checketts Date: Wed, 28 Aug 2024 06:39:40 -0600 Subject: [PATCH] Add link to JTE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3111bb0..76a1e7d 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ public String endpoint(HtmxResponse.Builder htmxResponse, Model model) { } ``` -For example the JTE templating library supports statically typed templates and can be used like so: +For example the [JTE templating library](https://jte.gg/) supports statically typed templates and can be used like so: ```java @GetMapping("/endpoint")