README.md in olson-0.0.2 vs README.md in olson-0.0.3
- old
+ new
@@ -1,8 +1,10 @@
# Olson
*Apparently it's a reference to Mad Men and Draper...*
+[![Gem Version](https://badge.fury.io/rb/olson.png)](http://badge.fury.io/rb/olson)
+[![Coverage Status](https://coveralls.io/repos/carnesmedia/olson/badge.png?branch=master)](https://coveralls.io/r/carnesmedia/olson)
[![Code Climate](https://codeclimate.com/github/carnesmedia/olson.png)](https://codeclimate.com/github/carnesmedia/olson)
Olson is a tool to help display identifiers to users. It’s basically a way to turn your decorator in to a wrapper for `.humanize` with automatic built-in support for I18n.
See [Using I18n and Draper to Render Database Attributes](http://blog.amielmartin.com/post/12341219947/using-i18n-and-draper-to-render-database-attributes) to read more about this concept.