Commit 9d0c104c9858cf0abe72758acdc68e5fc0174519

Authored by Krzysiek Szczuka
1 parent 23a85cfa
Exists in master

codeclimate in readme

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
README.md
... ... @@ -4,6 +4,7 @@ Gem for creating letter avatar from user's name.
4 4  
5 5 Code extracted from discourse source (thanks guys!) - I needed this functionality in three projects, so here's the gem! :-)
6 6  
  7 +[![Code Climate](https://codeclimate.com/github/ksz2k/letter_avatar/badges/gpa.svg)](https://codeclimate.com/github/ksz2k/letter_avatar)
7 8  
8 9 ## Installation
9 10  
... ... @@ -24,7 +25,7 @@ And then execute:
24 25 Or install it yourself as:
25 26  
26 27 $ gem install letter_avatar
27   -
  28 +
28 29 ## Configuration
29 30  
30 31 ```ruby
... ...