From 146497bea707eca8c877dfe2a8feb3c70a66de2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20da=20Silva=20Cont=C3=ADn?= Date: Tue, 3 Feb 2015 12:33:00 -0800 Subject: [PATCH] added gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6dfaeb..a41c5fa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > What could be more logical awesome than no logic at all? +[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/janl/mustache.js) + [mustache.js](http://github.com/janl/mustache.js) is an implementation of the [mustache](http://mustache.github.com/) template system in JavaScript. [Mustache](http://mustache.github.com/) is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object.