From fbb5e58515d1d90ff8415bf1112cd16593809c14 Mon Sep 17 00:00:00 2001 From: Adam Chapman Date: Wed, 20 Jul 2022 22:47:01 +1000 Subject: [PATCH] cfwheels-htmx-crud-server-example (#962) --- www/server-examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/server-examples.md b/www/server-examples.md index 7179e9d1..71bf1e02 100644 --- a/www/server-examples.md +++ b/www/server-examples.md @@ -10,7 +10,7 @@ most server-side frameworks are already pretty well set up to integrate with htm rendering HTML long before JSON became popular. Different frameworks and platforms may offer alternative systems for installing htmx - for example, in the Java / JVM -ecosystem, [WebJars](https://www.webjars.org) allows the use of npm packages with popular Java build tools such as +ecosystem, [WebJars](https://www.webjars.org) allows the use of npm packages with popular Java build tools such as Maven and Gradle. These examples may make it a bit easier to get started using htmx with your platform of choice. @@ -67,6 +67,7 @@ These examples may make it a bit easier to get started using htmx with your plat - - +- ## C#