README.md in timber-2.1.8 vs README.md in timber-2.1.9
- old
+ new
@@ -3,13 +3,13 @@
[![ISC License](https://img.shields.io/badge/license-ISC-ff69b4.svg)](LICENSE.md)
[![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)
[![Code Climate](https://codeclimate.com/github/timberio/timber-ruby/badges/gpa.svg)](https://codeclimate.com/github/timberio/timber-ruby)
-[Timber](https://timber.io) is a cloud-based logging system that integrates directly with your
-Ruby app to capture context and metadata without parsing. This produces rich, clean, readable logs
-that are easier to search and use:
+[Timber](https://timber.io) is a cloud-based logging system that integrates directly with your Ruby
+app through this library, capturing context and metadata without parsing. This produces rich, clean,
+readable logs that are easier to search and use:
1. [**Installation** - One command: `bundle exec timber install`](#installation)
2. [**Usage** - Simple yet powerful API](#usage)
3. [**Integrations** - Automatic context and metadata for your existing logs](#integrations)
4. [**The Timber Console** - Designed for Ruby developers](#the-timber-console)
@@ -306,17 +306,21 @@
Timber integrates with popular frameworks and libraries to capture context and metadata you
couldn't otherwise. This automatically upgrades logs produced by these libraries, making them
[easier to search and use](#do-amazing-things-with-your-logs). Below is a list of libraries we
support:
-1. [**Rails**](https://timber.io/docs/languages/ruby/integrations/rails)
-2. [**Rack**](https://timber.io/docs/languages/ruby/integrations/rack)
-3. [**Heroku**](https://timber.io/docs/languages/ruby/integrations/heroku)
-4. [**Devise**](https://timber.io/docs/languages/ruby/integrations/devise)
-5. [**Clearance**](https://timber.io/docs/languages/ruby/integrations/clearnace)
-6. [**Omniauth**](https://timber.io/docs/languages/ruby/integrations/omniauth)
-7. [**Warden**](https://timber.io/docs/languages/ruby/integrations/devise)
-8. ...more coming soon! Make a request by [opening an issue](https://github.com/timberio/timber-ruby/issues/new)
+* Frameworks & Libraries
+ * [**Rails**](https://timber.io/docs/languages/ruby/integrations/rails)
+ * [**Rack**](https://timber.io/docs/languages/ruby/integrations/rack)
+ * [**Devise**](https://timber.io/docs/languages/ruby/integrations/devise)
+ * [**Clearance**](https://timber.io/docs/languages/ruby/integrations/clearnace)
+ * [**Omniauth**](https://timber.io/docs/languages/ruby/integrations/omniauth)
+ * [**Warden**](https://timber.io/docs/languages/ruby/integrations/devise)
+* Platforms
+ * [**Heroku**](https://timber.io/docs/languages/ruby/integrations/heroku)
+ * [**System / Server**](https://timber.io/docs/languages/ruby/integrations/system)
+
+...more coming soon! Make a request by [opening an issue](https://github.com/timberio/timber-ruby/issues/new)
## Get things done with your logs
Logging features every developer needs: