From 5adbf306288c785eab12c2fa0ad130d4a9394959 Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 31 Jan 2018 21:35:33 -0800 Subject: [PATCH] Remove GitHub tag badge from README.md. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4d9cd1c9..a85f9389 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ > A Node.js style checker and lint tool for Markdown/CommonMark files. [![npm version][npm-image]][npm-url] -[![GitHub tag][github-tag-image]][github-tag-url] [![Build status][travis-image]][travis-url] [![Coverage][coveralls-image]][coveralls-url] [![License][license-image]][license-url] @@ -659,8 +658,6 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo [npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-url]: https://www.npmjs.com/package/markdownlint -[github-tag-image]: https://img.shields.io/github/tag/DavidAnson/markdownlint.svg -[github-tag-url]: https://github.com/DavidAnson/markdownlint [travis-image]: https://img.shields.io/travis/DavidAnson/markdownlint/master.svg [travis-url]: https://travis-ci.org/DavidAnson/markdownlint [coveralls-image]: https://img.shields.io/coveralls/DavidAnson/markdownlint/master.svg