From 9175c31d27e0a1bb6ae4841006b869ff385e594a Mon Sep 17 00:00:00 2001 From: Etienne Neveu Date: Thu, 11 Aug 2016 17:06:51 +0200 Subject: [PATCH] Add missing link to Handlebars.java It was present in the graph but not listed with the other template engines. This will improve SEO. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9911e36..3925bfb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ template-benchmark JMH benchmark for popular Java template engines: * [Freemarker](http://freemarker.org/) +* [Handlebars](https://github.com/jknack/handlebars.java) * [Mustache](https://github.com/spullara/mustache.java) * [Pebble](http://www.mitchellbosecke.com/pebble) * [Rocker](https://github.com/fizzed/rocker)