From cb525de776b73bd71f7b4fb84f5e2fa037e078a8 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Wed, 17 Dec 2014 21:03:19 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b8e9f0..d30dbc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Awesome Print ## [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/michaeldv/awesome_print?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Awesome Print is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins.