From f436c1d440eb9a4cd03276f1c30de17ff7870e40 Mon Sep 17 00:00:00 2001 From: Alan Johnson Date: Mon, 27 Sep 2010 14:03:29 -0400 Subject: [PATCH] Added sammy.js link to readme, since they just added support for us as a template plugin (Thanks, Aaron!) --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 10d3b2f0..7d694c87 100644 --- a/README.markdown +++ b/README.markdown @@ -114,7 +114,8 @@ Known Issues Handlebars in the Wild ----------------- -* Don Park wrote an Express.js view engine adapter for Handlebars called [hbs](http://github.com/donpark/hbs) +* Don Park wrote an Express.js view engine adapter for Handlebars.js called [hbs](http://github.com/donpark/hbs) +* [sammy.js](http://github.com/quirkey/sammy) by Aaron Quint, a.k.a. quirkey, supports Handlebars.js as one of its template plugins. Helping Out -----------