diff --git a/README.md b/README.md
index 5fcbe57..3c1d4e7 100644
--- a/README.md
+++ b/README.md
@@ -457,12 +457,13 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### Template engine
+* Handlebars
+ * [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [
](https://travis-ci.org/sunng87/handlebars-rust)
* HTML
* [lfairy/maud](https://github.com/lfairy/maud) — compile-time HTML templates [
](https://travis-ci.org/lfairy/maud)
* [Stebalien/horrorshow-rs](https://github.com/Stebalien/horrorshow-rs) — compile-time HTML templates [
](https://travis-ci.org/Stebalien/horrorshow-rs)
* Mustache
* [rustache/rustache](https://github.com/rustache/rustache) — [
](https://travis-ci.org/rustache/rustache)
-* [sunng87/handlebars-rust](https://github.com/sunng87/handlebars-rust) — Handlebars template engine with inheritance, custom helper support. [
](https://travis-ci.org/sunng87/handlebars-rust)
* [tailhook/marafet](https://github.com/tailhook/marafet) — Compiler for Jade-like template language to cito.js-based virtual dom
### Text processing