From 9faa18e44130b88891cb91e21c8ba0befd9547a7 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Mon, 22 Feb 2021 21:27:39 +0100 Subject: [PATCH] Remove gitter badge from README.md There has not been activity there for several years. No point in actively inviting potential using developers in there, instead of just using what we have on GitHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c25dd4..127dfe1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > What could be more logical awesome than no logic at all? -[![Build Status](https://travis-ci.org/janl/mustache.js.svg?branch=master)](https://travis-ci.org/janl/mustache.js) [![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/janl/mustache.js) +[![Build Status](https://travis-ci.org/janl/mustache.js.svg?branch=master)](https://travis-ci.org/janl/mustache.js) [mustache.js](http://github.com/janl/mustache.js) is a zero-dependency implementation of the [mustache](http://mustache.github.com/) template system in JavaScript.