From d00426cd13c8d9d7377d09c5185dae2ff9639223 Mon Sep 17 00:00:00 2001 From: Gui Vieira Date: Mon, 3 Feb 2020 20:09:48 -0800 Subject: [PATCH] Add total downloads badge --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6addc4d6..b5db56fbd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -# Shoulda Matchers [![Gem Version][version-badge]][rubygems] [![Build Status][travis-badge]][travis] ![Downloads][downloads-badge] [![Hound][hound-badge]][hound] +# Shoulda Matchers +[![Gem Version][version-badge]][rubygems] +[![Build Status][travis-badge]][travis] +[![Total Downloads][downloads-total]][rubygems] +[![Downloads][downloads-badge]][rubygems] +[![Hound][hound-badge]][hound] [version-badge]: https://img.shields.io/gem/v/shoulda-matchers.svg [rubygems]: https://rubygems.org/gems/shoulda-matchers [travis-badge]: https://img.shields.io/travis/thoughtbot/shoulda-matchers/master.svg [travis]: https://travis-ci.org/thoughtbot/shoulda-matchers +[downloads-total]: https://img.shields.io/gem/dt/shoulda-matchers.svg +[downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers.svg [downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers.svg [hound-badge]: https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg [hound]: https://houndci.com