README.md in timber-2.1.2 vs README.md in timber-2.1.3

- old
+ new

@@ -1,21 +1,20 @@ # 🌲 Timber - Log Better. Solve Problems Faster. [![ISC License](https://img.shields.io/badge/license-ISC-ff69b4.svg)](LICENSE.md) -[![Hex.pm](https://img.shields.io/hexpm/v/timber.svg?maxAge=18000=plastic)](https://hex.pm/packages/timber) -[![Documentation](https://img.shields.io/badge/hexdocs-latest-blue.svg)](https://hexdocs.pm/timber/index.html) +[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/timberio/timber-ruby) [![Build Status](https://travis-ci.org/timberio/timber-ruby.svg?branch=master)](https://travis-ci.org/timberio/timber-ruby) ## Overview -[Timber](https://timber.io) is a logging platform with one major difference: Instead of parsing, -which relies on unreadable, unpredictable, hard to use text logs, Timber integrates directly with -your application, producing rich structured events containing metadata and context you couldn't -capture otherwise. It fundamentally changes the way you use your logs. +Timber for Ruby is an drop-in replacement for your ruby `Logger` that transparently augments your +logs with critical metadata and context. It's structured logging without all of the noise; turning +your logs into rich, useful, readable events. When paired with the +[Timber console](#the-timber-console), Timber will fundamentally change the way you use your logs. -1. [**Easy setup** - `mix timber.install`](#installation) +1. [**Easy setup** - `bundle exec timber install`](#installation) 2. [**Seamlessly integrates with popular libraries and frameworks**](#jibber-jabber) -3. [**Modern fast console, designed specifically for your application**](#the-timber-console) +3. [**Modern fast console, designed for Ruby application logging**](#the-timber-console) ## Installation 1. In your `Gemfile`, add the `timber` gem: