From b25d218895acaa312fadc406706746a731b960e2 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Mon, 23 Jul 2018 15:23:54 -0700 Subject: [PATCH] docs: remove gitter badge No change to logic. We don't really use the gitter chatroom right now, so we shouldn't direct users to chat there. It's best to have issues reported directly on Github. This PR removes the gitter badge from the README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 43ce1411..bead36e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # ShellJS - Unix shell commands for Node.js -[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/shelljs/shelljs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Travis](https://img.shields.io/travis/shelljs/shelljs/master.svg?style=flat-square&label=unix)](https://travis-ci.org/shelljs/shelljs) [![AppVeyor](https://img.shields.io/appveyor/ci/shelljs/shelljs/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/shelljs/shelljs/branch/master) [![Codecov](https://img.shields.io/codecov/c/github/shelljs/shelljs/master.svg?style=flat-square&label=coverage)](https://codecov.io/gh/shelljs/shelljs)