diff --git a/README.rst b/README.rst index aa94181..e744c3a 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Service website is https://2captcha.com?from=3019071 from captcha_solver import CaptchaSolver - solver = CaptchaSolver('twocaptcha', api_key='2captcha.com API HERE') + solver = CaptchaSolver('2captcha', api_key='2captcha.com API HERE') raw_data = open('captcha.png', 'rb').read() print(solver.solve_captcha(raw_data))