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#