From faee14ddea9cee3dd6101034e35d03de3d09ec25 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 23 Feb 2017 19:13:26 -0600 Subject: [PATCH] Move to the top --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec1a5cc..5ba88258 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,8 @@ value. ## Installation +👉 **Prefer examples?** Checkout our the [Timber install example pull request](https://github.com/timberio/ruby-rails-example-app/pull/1/files) + 1. *Add* the `timber` gem in `Gemfile`: ```ruby @@ -308,8 +310,6 @@ value. config.logger = ActiveSupport::TaggedLogging.new(Timber::Logger.new(STDOUT)) ``` -👉 **Prefer examples?** Checkout our the [Timber install example pull request](https://github.com/timberio/ruby-rails-example-app/pull/1/files) -
Not using Rails?