Skip to content

Commit

Permalink
Update README with gemcutter migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ambethia committed Oct 14, 2009
1 parent c3bc7c4 commit 533ac6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ are so inclined (see below). Exceptions will be raised if you call these methods

reCAPTCHA for Rails can be installed as a gem:

config.gem "ambethia-recaptcha", :lib => "recaptcha/rails", :source => "http://gems.github.com"
config.gem "recaptcha", :source => "http://gemcutter.org"

Or, as a standard rails plugin:

Expand All @@ -36,7 +36,6 @@ and later,

verify_recaptcha :private_key => '6Lc6BAAAAAAAAKN3DRm6VA_xxxxxxxxxxxxxxxxx'


Or, preferably, you can keep your keys out of your code base by exporting the environment variables
mentioned earlier. You might do this in the .profile/rc, or equivalent for the user running your
application:
Expand Down

0 comments on commit 533ac6d

Please sign in to comment.