Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix a README formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Katz + Carl Lerche committed Jul 30, 2009
1 parent 59d238b commit 9af397b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ to follow.
* In your rails app, create a Gemfile and specify the gems that your
application depends on. Make sure to specify rails as well:

gem "rails", "2.1.2"
gem "will_paginate"
gem "rails", "2.1.2"
gem "will_paginate"

# Optionally, you can disable system gems all together and only
# use bundled gems.
disable_system_gems
# Optionally, you can disable system gems all together and only
# use bundled gems.
disable_system_gems

* Run `gem bundle`

Expand All @@ -134,7 +134,7 @@ to follow.

* At the top of `config/boot.rb`, add the following line:

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'vendor', 'gems', 'environments', 'default'))
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'vendor', 'gems', 'environments', 'default'))

In theory, this should be enough to get going.

Expand Down

0 comments on commit 9af397b

Please sign in to comment.