From 82cdc292e3562c874e30540f2418d3457ec1753e Mon Sep 17 00:00:00 2001 From: ukolovda Date: Tue, 5 Aug 2014 19:40:29 +0400 Subject: [PATCH] Append documentation. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index f376ca9..d9955e8 100644 --- a/README.markdown +++ b/README.markdown @@ -23,6 +23,10 @@ Cloned from [Antigate][2] GEM ### Get balance puts Captchabot.balance(KEY) +### Mark as bad + captcha = Captchabot.wrapper('660aaf58948bae3fa81362ef71b9ebcc') + captcha.bad 'ID recognized CAPTCHA' + #### Example puts Captchabot.balance('660aaf58948bae3fa81362ef71b9ebcc')