From 74f0db7d5558532a7aca17d976dd898c3803d5f7 Mon Sep 17 00:00:00 2001 From: Matt Sanders Date: Thu, 3 Jul 2014 12:04:51 -0700 Subject: [PATCH] Language tweaks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 353ae4f..267752b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ librato-rails `librato-rails` will report key statistics for your Rails app to [Librato](https://metrics.librato.com/) and allow you to easily track your own custom metrics. Metrics are delivered asynchronously behind the scenes so they won't affect performance of your requests. -Rails versions 3.0 or greater are supported on Ruby 1.9.2 and above. Verified combinations of ruby/rails are available in our [build matrix](http://travis-ci.org/librato/librato-rails). +Rails versions 3.0 or greater are supported on Ruby 1.9.2 and above. + +Verified combinations of Ruby/Rails are available in our [build matrix](http://travis-ci.org/librato/librato-rails). ## Quick Start