From 38c8d9e8badc9934ae64f57146ab33930be54d6f Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 13 Nov 2017 10:15:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c5dc93..7d9f483 100644 --- a/README.md +++ b/README.md @@ -776,8 +776,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logicless and semantic Mustache templates. * [Jtwig](http://jtwig.org/) - Modular, configurable and fully tested template engine. -* [Jade4J](https://github.com/neuland/jade4j) - A jade implementation written in Java. -* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A lightweight but rock solid Java templating engine. +* [Jade4J](https://github.com/neuland/jade4j) - Implementation of jade. +* [Pebble](http://www.mitchellbosecke.com/pebble/home) - Inspired by Twig and separates itself with it's inheritance feature and it's easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files. ## Testing