README.md in ruby-2captcha-1.0.3 vs README.md in ruby-2captcha-1.0.5

- old
+ new

@@ -32,11 +32,10 @@ - [balance](#balance) - [report](#report) - [Error handling](#error-handling) ## Installation - Add this line to your application's Gemfile: ```bash gem 'ruby-2captcha' ``` @@ -54,10 +53,10 @@ ## Configuration To use the api2captcha gem, you'll need to import the module and create a Client instance. Here's an example: ```ruby -require 'api-2captcha' +require 'api_2captcha' client = Api2Captcha.new("YOUR_API_KEY") ``` There are a few options that can be configured using the Client instance: