From 24d1e8021cd4154bdba29b0fdaa2448602d0b5e8 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Tue, 1 May 2012 22:36:42 -0700 Subject: [PATCH] Moar code block. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d37d3b4e5..06b1ab6aa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ This library is still forming, so if you are looking to just use it, please chec Add the following to your `Gemfile`: - gem "raven", :git => "https://github.com/coderanger/raven-ruby.git" +```ruby +gem "raven", :git => "https://github.com/coderanger/raven-ruby.git" +``` ## Usage