From b87c0352f1005bd4c00c099e51f4c411d5e25abb Mon Sep 17 00:00:00 2001 From: Scott Albertson Date: Wed, 28 Nov 2018 22:53:12 -0800 Subject: [PATCH] Add a "Reviewed by Hound" badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c4bd44..901bafba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Stringex [](https://codeclimate.com/github/rsl/stringex) [Build Status](https://travis-ci.org/rsl/stringex) [Gem Version](http://badge.fury.io/rb/stringex) +# Stringex [](https://codeclimate.com/github/rsl/stringex) [Build Status](https://travis-ci.org/rsl/stringex) [Gem Version](http://badge.fury.io/rb/stringex) [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) Some [hopefully] useful extensions to Ruby's String class. It is made up of three libraries: ActsAsUrl, Unidecoder, and StringExtensions.