Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Miller committed Nov 14, 2010
1 parent e5a7e17 commit bf77627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# Honeypot Captcha # Honeypot Captcha


*The simplest way to add honeypot captchas in your Rails forms.* **The simplest way to add honeypot captchas in your Rails forms.**


Honeypot captchas work off the premise that you can present different form Honeypot captchas work off the premise that you can present different form
fields to a spam bot than you do to a real user. Spam bots will typically try fields to a spam bot than you do to a real user. Spam bots will typically try
Expand All @@ -16,7 +16,7 @@ submitted with values. If they are, we assume that we encountered a spam bot.


In your Gemfile, simply add In your Gemfile, simply add


gem 'honeypot-captcha' `gem 'honeypot-captcha'`


## Usage ## Usage


Expand Down

0 comments on commit bf77627

Please sign in to comment.