Skip to content

Commit

Permalink
Updated readme to reflect gem being on gemcutter.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Evans committed Oct 12, 2009
1 parent 80a1079 commit 23bda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ Installation

To use in Rails, add to your `environment.rb`:

config.gem "markevans-block_helpers", :lib => "block_helpers", :source => "http://gems.github.com"
config.gem "block_helpers", :lib => "block_helpers", :source => "http://gemcutter.org"

for Merb, in `init.rb`:

dependency "markevans-block_helpers", :require_as => "block_helpers"
dependency "block_helpers"

Compatibility
=============
Expand Down

0 comments on commit 23bda13

Please sign in to comment.