From 43c53b29e695e62802bb782eaca498578d851657 Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Sat, 10 Mar 2012 01:10:31 -0800 Subject: [PATCH] Fix horendous README formatting --- README.rdoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rdoc b/README.rdoc index 7b656b6..b79258b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,15 +4,15 @@ Takes a collection and creates a paginated table of using a supplied column defi == Basic Usage -```ruby -# Gemfile -gem 'magic_grid', :git => 'git://github.com/rmg/magic_grid.git' -``` - -```ruby -# app/view/index.html.erb -<%= magic_grid(@posts, [:title, :author]) %> -``` +In your `Gemfile`: + + # Gemfile + gem 'magic_grid', :git => 'git://github.com/rmg/magic_grid.git' + +In your view: + + # app/view/index.html.erb + <%= magic_grid(@posts, [:title, :author]) %> == Development