Skip to content

Commit

Permalink
Fix horendous README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg committed Mar 10, 2012
1 parent f26b2dc commit 43c53b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rdoc
Expand Up @@ -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
Expand Down

0 comments on commit 43c53b2

Please sign in to comment.